Skip to content

GunboundRE/DragonBound-Refactored

 
 

Repository files navigation

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

About

DragonBound Clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • Handlebars 7.1%
  • HTML 2.6%
  • CSS 1.6%
  • Other 0.2%