Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beeglebug/js13k-19
JS13k 2019
https://github.com/beeglebug/js13k-19
Last synced: 8 days ago
JSON representation
JS13k 2019
- Host: GitHub
- URL: https://github.com/beeglebug/js13k-19
- Owner: beeglebug
- License: mit
- Created: 2019-08-12T12:44:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T01:22:02.000Z (over 3 years ago)
- Last Synced: 2024-04-18T06:45:47.525Z (7 months ago)
- Language: JavaScript
- Size: 868 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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