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
- Dungeon generated with Binary-Space Partitioning thanks in large part to halftheopposite and his work on bsp-dungeon-generator
This project is under the ISC license.