Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 518 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 518 Bytes

TicTacToe

Code in Python:

This Code is a one player, made to play tic-tac-toe with AI. The AI is using adverserial search for making a new move.

How to play:

Just run the tic-tac-toe.py using python tic-tac-toe.py. The game starter is chosen randomly from Human and AI.

Code in C

This is a project of a tic-tac-toe game made for two players. First you enter your players' name. Then there will be a hint printed out. And Then the game begins , printing the game board and scanning each player's move.