Updates to README

This commit is contained in:
Mattia Giambirtone 2023-03-18 21:21:10 +01:00
parent 7737e47f11
commit 24d1cd0c82
Signed by: nocturn9x
GPG Key ID: 8270F9F467971E59
1 changed files with 2 additions and 2 deletions

View File

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