beeglebug / js13k-19

JS13k 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Entombed - js13k 2019

thumbnail

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

resources

About

JS13k 2019

License:MIT License


Languages

Language:JavaScript 98.3%Language:HTML 1.5%Language:CSS 0.3%