Dungeon! is an old-school top-view RPG game written with React.
You can play the latest stable version or the dev release.
The source code is available here.
Dungeon! is in pre-alpha. Two different versions are released:
It is recommended to play the stable release. Less features are available in this version of the game, but it is also less likely to crash.
The dev release is always an option, but the game might throw errors. Also, this version is experimental, which means that some debug features might be turned ON, altering the gameplay.
This application is fully contained in the client's browser. It uses React to manage the view and Redux to manage data. Dungeon! leverages create-react-app
.
You can install all the dependencies necessary to run this program with npm
by typing:
npm install
To run the game on a local development server, type:
npm start
To build the project, type one of the following command:
npm run build
npm run build:dev
You are welcome to fork this project, alter the code, and submit pull requests.