To-do list progress updated

This commit is contained in:
John McCardle 2023-02-26 10:53:58 -05:00
parent 6a47bc1e28
commit a4d0efe334
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@ I did the r/RoguelikeDev TCOD tutorial in Python. I loved it, but I did not want
## To-do
* ✅ Initial Commit
* Integrate scene, action, entity, component system from COMP4300 engine
* Windows / Visual Studio project
* Draw Sprites
* Play Sounds
* Integrate scene, action, entity, component system from COMP4300 engine
* Windows / Visual Studio project
* Draw Sprites
* Play Sounds
* ❌ Draw UI, spawn entity from Python code
* ❌ Python AI for entities (NPCs on set paths, enemies towards player)
* ❌ Walking / Collision; "Boards" (stairs / doors / walk off edge of screen)