From a4d0efe334497c083c2634ce149c1b627cb3b1a0 Mon Sep 17 00:00:00 2001 From: John McCardle Date: Sun, 26 Feb 2023 10:53:58 -0500 Subject: [PATCH] To-do list progress updated --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 525ba2d..ce0bf46 100644 --- a/README.md +++ b/README.md @@ -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)