From b4c49c461970bbd9788db2314aaecdef4d5ed9b2 Mon Sep 17 00:00:00 2001 From: John McCardle Date: Sat, 8 Jul 2023 19:47:06 -0400 Subject: [PATCH] Giving myself credit for LGJ2023 tech demo features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58b71e5..196b62e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ I did the r/RoguelikeDev TCOD tutorial in Python. I loved it, but I did not want * ✅ 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) +* ✅ Walking / Collision +* ❌ "Boards" (stairs / doors / walk off edge of screen) * ❌ Cutscenes - interrupt normal controls, text scroll, character portraits * ❌ Mouse integration - tooltips, zoom, click to select targets, cursors