Discord Game Bot banner

Discord Game Bot

5 devlogs
18h 39m 47s

A little Discord GameBot to play a little RPG on your Discord Server

This project uses AI

GitHub Copilot for code completion in IDE and refactor.
Help to understand the errors

Jonas

Tokens can now expre when there don’t set to permanent manuly in the DB
the API supports now to remove ores form the player, also from the WebUI
The WebUI (API also) can now manage the Players Health (Set to a specific Value, Remove 10 HP, Set to max and set to 0 HP)

Reworke the User Management -> New Design

Bug Fixes:
When you now go in the Server Overview to a Player via Manage you can direkly use the management tools. -> Before you must select the player twice

0
Jonas

I work on different thinks:

  • I addet the Player Health to the DB and show it by /stats with a progressbar. Health Pool is 100
  • I added a Permanent Acces Token option in the database for manuel creating a acces token in the DB for Demo porpuse
  • I remove the Testfeature that resorses are added for the time you mine direkly. Now you must wait the time you want to mine.
  • fix the error by setting the Ore Porbability in the UI (UI/Backend Communications)
0
Jonas

After the DiscordBot and the Backend works in his ground mecanismes. I build a WebUI infront of it to manage the servers for thinks like the probabilitys and playerstats

ToDo List:

  • Add Demo Acces to the WebUI for a Demo DC Server
  • Communication betwen Backend and UI improve for fewer errors in comonication and saveing changed settings
  • More features for the Bot to make it more like a RPG
0
Jonas

I created the Flask Backend. with the basic structure vor the routes.
It has only the backend feautes and the html files are created but emty.
My next step ist to make the UI for the Backend of the DC Bot

Attachment
0
Jonas

I Start with the DB Structure of my Discord Bot with Flask Web UI.
I also Prepare the Mining Feaure

My Goal is to Build a RPG on DC Server. Every DC Server is a Save. User have on diverent DC servers differtent scores.
You can mine resoures, craft and attak different Players.

For the Mining Feature the Game Master can stet the provabilities of the ores on his DC server
If the Bot is Invited to a Server the Host must do /setup to register the server in the DB and start initial the game
ervery user must /join-game to partisipate in the game
(this commans will be added soon)

Attachment
0