Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.92 KB

README.md

File metadata and controls

30 lines (17 loc) · 1.92 KB

DragonBoundRE

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.

Comunity

Be part of the discord community Discord

How to run the web server?

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

image

Docker Compose

Start

docker compose up -d

Stop

docker compose down

Delete Volumes

docker compose down -v