Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent0103 authored Jul 29, 2023
1 parent ca9c42b commit 3f13d29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

### Apologizes

- Extremely sorry for the complex logic i implemented for the tic-tac-toe game, i seriously couldn't come up with an easier algorithm but i'm pretty sure there is one. I wish you luck though if you ever want to trying to read my code to understand how the computer knows whenever someone has won the game.
- Extremely sorry for the complex logic i implemented for the tic-tac-toe game, i seriously couldn't come up with an easier algorithm but i'm pretty sure there is one. I wish you luck though if you ever want to trying to read my code to understand how the computer knows whenever someone has won the game.
- btw the bot isn't really playing using the minimax() algorithm it is actually using math.random(), i couldn't implement it because there were too many conflicts with the current code. BUT, i'll try my best to implement this quickly later on! Happy tic-tac-toe!

0 comments on commit 3f13d29

Please sign in to comment.