AlphaToe is to tic tac toe as AlphaGo is to GO. For context if you unaware of AlphaGo, it is a company called DeepMind which built an AI that has the capability to play the game called GO. AlphaToe uses a hashmap instead of using any sort of machine learning techniques, so it wouldn't be deemed as AI, but I still guarantee you won't be able to beat it no matter what!
To set up AlphaToe
- Navigate to the file in the terminal
- Type 'make' into the terminal creating the needed files to play
- Type './alphatoe' into the terminal to begin the game
- Pick whether to be X's or O's (Pick X, they go first) MAKE SURE THEY ARE CAPITAL X OR CAPITAL O
- Now pick a number between 0-8 to choose your position
- AlphaToe will now pick its spot
- Repeat step 5 and 6 until the game is won or ends in a tie