A 3D "Roguelike" dungeon crawling game. Dungeons are generated with Binary-Space Partitioning.
A demo is available here https://mealeyst.github.io/dungeon_delvers/.
To run the game locally run the following commands:
git clone git@github.com:mealeyst/dungeon_delvers.git
cd dungeon_delvers
- 'npm install`
- 'npm start`
This should load up a local development server that you can hit at http://localhost:1234/
- Full 3D world brought to you by the wonderful team over at BabylonJS
- A full fleged browser based MMO
- The following races planned as a proof of concept:
- Human
- Dwarf
- Orc
- Goblin
- The following Arctypes as a proof of concept:
- Fighter
- Scout
- Mage
- Healer
- The following races planned as a proof of concept:
This project is under the ISC license.