From 4aa3d4ba337a2fec15b98da9ca822f3823ef9fab Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 19 Feb 2025 13:56:14 +0100 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e73bc06..ce063e4 100644 --- a/README.md +++ b/README.md @@ -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.