From 80c01559af1f7e549d6a8877e3195fff195a46f6 Mon Sep 17 00:00:00 2001 From: Boyan Date: Sat, 12 Aug 2023 01:30:15 +0300 Subject: [PATCH] Fixed README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b722907..30a6f9e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ - + + # 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.