DragonboundRE is an educational project to learn more about Reverse Engineering. The main goal of this project is to create a client with the latest technologies. Also, to add missing improvements to the original game, such as animations, mobiles, game modes, etc.
Why dragonbound? Because Dragonbound is a childhood game based on Gunbound, fun and “old”. Another reason is that it has a long way to go to be like Gunbound.
Be part of the discord community Discord
Run the following command: npm run dev:web
if you are running in development mode.
To run in productive mode, you must run the following: npm run start:web
docker compose up -d
docker compose down
docker compose down -v