Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 599 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 599 Bytes

AI TicTacToe Game

  • A Java program which uses AI and Machine learning algorithms to help or play TicTacToe game.

Build and Run

  1. Fork the repo
  2. Run the main file

GamePlay

  • start easy easy - runs a simulation between 2 computers play
  • start easy user/start user easy - start a simulation between a user and the comp with difficulty 0 (no AI)
  • start medium user/start user medium - start a simulation between a user and AI with diffuclty set to 50%
  • start user hard/start hard user - start a simulation between a user and fully fledged and functional AI with diffuclty set to 100%