Skip to content

HosseinDahaei/Tic_Tac_Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A Tic Tac Toe game, implemented in Python, pygame. It includes an unbeatable computer AI. Have a Fun!

If you like it, PLEASE give it a star, Thanks!

Require

You should have pygame module installed

Usage

git clone https://github.com/HosseinDahaei/Tic_Tac_Toe
cd Tic_Tac_Toe
python tictactoe.py

Demo

tic-toc-toe

Minimax Algorithm

The minimax algorithm is a decision rule used for two-player games. The minimax algorithm simulates all possible moves of both players and then makes the best decision.

About

Tic Tac Toe game, implemented in python, pygame.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages