From 6dbd89e5471f2372c9e85fc62f5e9fef306a3b90 Mon Sep 17 00:00:00 2001 From: Mattia Giambirtone Date: Sat, 18 Mar 2023 21:21:10 +0100 Subject: [PATCH] Updates to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b085f01..116bff1 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ in semiconductor technology smart enough to play tic tac toe. ## Plans - Tic Tac Toe (optimal) -> Done -- Connect 4 (optinal) -> WIP +- Connect 4 (optinal) - Checkers (optimal?) -- Chess +- Chess -> WIP All of these games will be played using decision trees searched using the minimax algorithm (maybe a bit of neural networks too, who knows).