Skip to content

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

License

Notifications You must be signed in to change notification settings

mealeyst/dungeon_delvers

Repository files navigation

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

  • 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

Licenses

This project is under the ISC license.