dessygil / alphatoe

AlphaToe is to tic tac toe as AlphaGo is GO. Try and beat it!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlphaToe

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!

How To Set AlphaToe Up

To set up AlphaToe

  1. Navigate to the file in the terminal
  2. Type 'make' into the terminal creating the needed files to play
  3. Type './alphatoe' into the terminal to begin the game
  4. Pick whether to be X's or O's (Pick X, they go first) MAKE SURE THEY ARE CAPITAL X OR CAPITAL O
  5. Now pick a number between 0-8 to choose your position
  6. AlphaToe will now pick its spot
  7. Repeat step 5 and 6 until the game is won or ends in a tie

About

AlphaToe is to tic tac toe as AlphaGo is GO. Try and beat it!

License:MIT License


Languages

Language:C 93.5%Language:Makefile 6.5%