JS13kGames is a JavaScript coding competition for HTML5 game developers. The fun part of the competition is the file size limit is set to 13 kilobytes.
This repo is for my 2017 entry. I'm not really an HTML5 game developer, but I had fun with this and learned a lot. Details of the game are below.
Escape three mazes to beat the game. Play here.
install dependencies
npm install
run local development server
npm start
build production assets
npm run build
run tests
npm test
- Fun game extreme-mini-massacre
- Dungeon generation techniques
- 2d ray visibility
- Sound synth jsfxr and as3fxr