Skip to content

Artificial Intelligence TicTacToe with multiple languages

Notifications You must be signed in to change notification settings

SajjadAemmi/TicTacToeAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToeAI

TicTocToe 3x3 game with Artificial Intelligence

  • Web version written by JavaScript. Try it online
  • CLI version written by Python
  • GUI version written by C++ and Java

Try to win it :)

TODO

  • Add AI to Python version
  • Add GUI to Python version
  • Add AI to C++ version
  • Add AI to Java version