KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
js13k-19
★ 9
Open GitHub ↗
JS13k 2019
Download README (.md)
Explore Similar Repositories
WPFSnakeGame
:
腾讯课堂《WPF贪吃蛇》示例代码
MVVM-Architecture-Movies-App
:
🍿🎟️🎭🎬🎥🎞️🎊🎉👏
stack-dump
:
Information gathering from stack exchange sites
Dashboard-Design-in-XML
:
Source code of amazing ui design using xml in android studio
cacheserver
:
in memory tsdb
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
js13k-19
?
Download (.md)
# Entombed - js13k 2019  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