updated readme
Some checks are pending
pre-release / Pre Release (push) Waiting to run

This commit is contained in:
Karma Riuk 2025-02-19 13:56:14 +01:00
parent cb1a1274a0
commit 4aa3d4ba33

View File

@ -15,7 +15,7 @@ iterations, improving its decision-making capabilities through enhancements like
- **MVC Architecture**: The project follows the MVC pattern for clean separation of concerns:
- **Model**: Handles chess rules, board state, and AI logic.
- **View**: GUI and NoOp (console-based) rendering options.
- **View**: GUI and NoOp (that shows nothing, but is useful for debugging the AIs) rendering options.
- **Controller**: Manages interactions between players and the game.
- **Multiple AI Versions**: Several AI versions with increasing complexity have been implemented.
- **AI vs AI Matches**: A dedicated mode to watch different AI versions compete.