Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 466 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 466 Bytes

Learning_AI

This is a simple TicTacToe game is based on MinMax Algorithm written in python. The computer plays all the possible states and finally makes a move with the highest possiblities to win.

How To Play

  1. Run the runner.py in your python terminal
  2. Choose your symbol
  3. Play

This is just a minimal game with a simple search algorithm which selects the move with highest probability to win. Feel free to fork/download/clone and make your changes.