Giving myself credit for LGJ2023 tech demo features
This commit is contained in:
parent
76ac236be3
commit
b4c49c4619
|
@ -24,6 +24,7 @@ I did the r/RoguelikeDev TCOD tutorial in Python. I loved it, but I did not want
|
||||||
* ✅ Play Sounds
|
* ✅ Play Sounds
|
||||||
* ✅ Draw UI, spawn entity from Python code
|
* ✅ Draw UI, spawn entity from Python code
|
||||||
* ❌ Python AI for entities (NPCs on set paths, enemies towards player)
|
* ❌ Python AI for entities (NPCs on set paths, enemies towards player)
|
||||||
* ❌ Walking / Collision; "Boards" (stairs / doors / walk off edge of screen)
|
* ✅ Walking / Collision
|
||||||
|
* ❌ "Boards" (stairs / doors / walk off edge of screen)
|
||||||
* ❌ Cutscenes - interrupt normal controls, text scroll, character portraits
|
* ❌ Cutscenes - interrupt normal controls, text scroll, character portraits
|
||||||
* ❌ Mouse integration - tooltips, zoom, click to select targets, cursors
|
* ❌ Mouse integration - tooltips, zoom, click to select targets, cursors
|
||||||
|
|
Loading…
Reference in New Issue