Add Tests for Game Engine Module
The game_engine is the core part of the backend and handles all game logic and validation.
Tasks
- Write unit tests for each function
- Cover edge cases (invalid moves, game states, win/loss conditions)
- Add integration tests to verify the full game flow
- Keep tests clean and easy to understand
Add Tests for Game Engine Module
The game_engine is the core part of the backend and handles all game logic and validation.
Tasks