Fixed README

This commit is contained in:
Boyan 2023-08-12 01:30:15 +03:00
parent c62cb433f7
commit 80c01559af

View File

@ -1,4 +1,5 @@
<img src="https://kubosya.cocolog-nifty.com/photos/uncategorized/othello_game.png" style="align:center" />
<img src="https://kubosya.cocolog-nifty.com/photos/uncategorized/othello_game.png" style="text-: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.