Remove deprecated player_input and turn-based functions for Issue #3

Removed the commented-out player_input(), computerTurn(), and playerTurn()
functions that were part of the old turn-based system. These are no longer
needed as input is now handled through Scene callbacks.

Partial fix for #3
This commit is contained in:
John McCardle 2025-07-03 21:12:29 -04:00
commit dae400031f
3 changed files with 3 additions and 63 deletions

View file

@ -202,7 +202,7 @@ Created comprehensive test suite with 13 tests covering all Python-exposed metho
REMAINING IN PHASE 1:
9. ✅ Fix #73 - Entity.index() method for removal
10. ✅ Fix #27 - EntityCollection.extend() method
11. Fix #33 - Sprite index validation
11. Fix #33 - Sprite index validation
12. Alpha Blockers (#3, #2) - Remove deprecated methods
```