📝 Description
The FLAMES game in games/FLAMES-Game/ has no corresponding test file in the tests/ directory. Adding tests ensures the core game logic works correctly and prevents future regressions.
🎯 Expected Behavior
A test_flames.py file should exist covering core FLAMES logic.
❌ Actual Behavior
No tests exist for FLAMES game.
💻 Environment
- Python Version: 3.10+
- File: tests/test_flames.py
📝 Description
The FLAMES game in games/FLAMES-Game/ has no corresponding test file in the tests/ directory. Adding tests ensures the core game logic works correctly and prevents future regressions.
🎯 Expected Behavior
A test_flames.py file should exist covering core FLAMES logic.
❌ Actual Behavior
No tests exist for FLAMES game.
💻 Environment