An HTML5 Boulderdash Game
- play the game
- view the source
- read about how it works
SUPPORTED BROWSERS: Chrome, Firefox, Safari, Opera and IE9+
- git clone https://github.com/mk270/coffeescript-boulderdash.git
- cd coffeescript-boulderdash
- coffee -c boulderdash.coffee && python -m SimpleHTTPServer
- browse to http://localhost:8000/
- performance - runtime resize of sprites to fit block size to avoid ctx.drawImage scaling performance hit
- menu screen
- demo mode
- sound fx
- music
- touch support
- level editor
MIT license.