My entry to JS13K 2019. Play it here.
A tiny first person dungeon crawler in less than 13k.
Interesting highlights of the code include:
- raycasting engine
- procedural maze generation
- pathfinding
- sound generation with web audio api
- stateless enemy AI
- mini map with fog of war
- achievement tracking