/dungeon_delvers

A 3D Browser Based Rouge-like dungeon crawler utilizing BabylonJS

Primary LanguageHTMLISC LicenseISC

dungeon

A 3D "Roguelike" dungeon crawling game. Dungeons are generated with Binary-Space Partitioning.

🕹️ Testing

A demo is available here https://mealeyst.github.io/dungeon_delvers/.

💻 Running

To run the game locally run the following commands:

  1. git clone git@github.com:mealeyst/dungeon_delvers.git
  2. cd dungeon_delvers
  3. 'npm install`
  4. 'npm start`

This should load up a local development server that you can hit at http://localhost:1234/

📕 Features

Licenses

This project is under the ISC license.