Spawning & drawing entities from Python API

This commit is contained in:
John McCardle 2023-03-08 23:30:00 -05:00
commit 6875cb5fe1
10 changed files with 176 additions and 8 deletions

View file

@ -22,7 +22,7 @@ I did the r/RoguelikeDev TCOD tutorial in Python. I loved it, but I did not want
* ✅ Windows / Visual Studio project
* ✅ Draw Sprites
* ✅ 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)
* ❌ Walking / Collision; "Boards" (stairs / doors / walk off edge of screen)
* ❌ Cutscenes - interrupt normal controls, text scroll, character portraits