Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 2.08 KB

File metadata and controls

34 lines (21 loc) · 2.08 KB

Dungeon Explorer

Dungeon Explorer is an old-school hack-n-slash dungeon-crawler mini-game that you play in your browser. Explore sprawling dungeons, collect loot, and battle monsters. Addictive, quick and random.

Give it a try! one-map.netlify.app

This project is based on the popular One Page Dungeon. The One Page Dungeon generator procedurally generates static maps that you can use in your own projects.

The Dungeon Explorer project converts One Page Dungeon static, graphic maps into mini-games that you can play.

Development

Webpage

  • npm run build
  • npm run serve

Node app

  • npm run build:node
  • npm run run:node or node ./script/node.js

Test

  • npm run test