gameSolvers/README.md

8 lines
393 B
Markdown
Raw Normal View History

2023-08-12 01:29:34 +03:00
<img src="https://kubosya.cocolog-nifty.com/photos/uncategorized/othello_game.png" style="align:center" />
# Othelloworld
This is a small exercise which involves creating a functioning othello/reversi game in the terminal and implementing the minimax algorithm in order to create an AI for the player to play against. Part of a hobby hackathon with my friends.
## Network
To be continued...