From 46a309264dc5d75813a67998598ebf2897345ff5 Mon Sep 17 00:00:00 2001 From: Romain Lebbadi-Breteau Date: Mon, 10 Aug 2020 03:01:46 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 960dcd9..f73ef78 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ I used an algorithm that allows the AIPlayer to always win the game or at least You did not believe me, so try it maybe you could win! #### Game Modele base on https://www.freecodecamp.com -1. Bassic Setup +1. Basic Setup 2. Determine Winner 3. Implementation of Ai and Winner notification 4. Minimax Algorithm logic (hard part)