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).