Skip to content

This is a project of a tic-tac-toe game made to play with an AI in python, and two players in C.

Notifications You must be signed in to change notification settings

SobhanMoghimi/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

This is a project of a tic-tac-toe game made to play with an AI in python, and two players in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published