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:
parent
cb0130b46e
commit
dae400031f
3 changed files with 3 additions and 63 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue