To-do list progress updated
This commit is contained in:
parent
6a47bc1e28
commit
a4d0efe334
|
@ -18,10 +18,10 @@ I did the r/RoguelikeDev TCOD tutorial in Python. I loved it, but I did not want
|
||||||
## To-do
|
## To-do
|
||||||
|
|
||||||
* ✅ Initial Commit
|
* ✅ Initial Commit
|
||||||
* ❌ Integrate scene, action, entity, component system from COMP4300 engine
|
* ✅ Integrate scene, action, entity, component system from COMP4300 engine
|
||||||
* ❌ Windows / Visual Studio project
|
* ✅ Windows / Visual Studio project
|
||||||
* ❌ Draw Sprites
|
* ✅ Draw Sprites
|
||||||
* ❌ 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)
|
||||||
|
|
Loading…
Reference in New Issue