Description

Dungeon Key Dash

Dungeon Key Dash is an HTML5 canvas maze game where you collect a key, grab gems, avoid enemies, and reach the exit.

Features

– HTML5 Canvas
– Random dungeon layout
– Key and exit system
– Gem collectibles
– Moving enemies
– Score system
– Levels
– Best score saved with localStorage
– No external libraries

Controls

| Action | Key |
|—|—|
| Move Up | W or Arrow Up |
| Move Down | S or Arrow Down |
| Move Left | A or Arrow Left |
| Move Right | D or Arrow Right |
| Start | Space or Enter |
| Restart | Enter |

Files

dungeon-key-dash/
├── index.html
└── README.md