The Codebreaker.Bot API service currently only supports playing itself in Game6x4 (6 possible colors, 4 fields). Please update the bot algorithm and API to support the following additional game types:
- Game8x5: 8 possible colors, 5 fields
- Game5x5x4: 5 colors, 5 shapes, and 4 fields
Tasks:
- Update the bot's algorithm to handle these new game type configurations.
- Update the API endpoints to allow selection and play of these game types.
- Ensure the bot can play against itself and return correct results for the new configurations.
- Add or update corresponding tests to cover the new scenarios.
This enhancement will allow broader testing and demonstration of the bot's capabilities with more complex and varied game rules.
The Codebreaker.Bot API service currently only supports playing itself in Game6x4 (6 possible colors, 4 fields). Please update the bot algorithm and API to support the following additional game types:
Tasks:
This enhancement will allow broader testing and demonstration of the bot's capabilities with more complex and varied game rules.