Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 390 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 390 Bytes

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