Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beeglebug/js13k-19

JS13k 2019
https://github.com/beeglebug/js13k-19

Last synced: 8 days ago
JSON representation

JS13k 2019

Awesome Lists containing this project

README

        

# Entombed - js13k 2019

![thumbnail](https://raw.github.com/beeglebug/js13k-19/master/thumbnail.png)

My entry to JS13K 2019. Play it [here](https://js13kgames.com/entries/entombed).

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
- https://lodev.org/cgtutor/raycasting.html
- Modified tiles found here: http://finalbossblues.com/timefantasy/freebies/dark-dimension-tileset/
- https://github.com/foumart/JS.13kGames/blob/master/lib/SoundFX.js