WIP mobile puzzle dungeon game. Made with Phaser.
This is a WIP mobile dungeon puzzler game. The basics of the game are there, but none of the polish or advanced features like skills, shops, or anything to do with the combo meter.
Swipe to move in the dungeons. Access the developer menu by tapping the game logo on the title screen five times.
- Clone the repository
yarn install
yarn dev
starts the development server.- Visit
http://localhost:8080/
to play the game.