Skip to content
forked from memoiry/Ticky

Tic Tac Toe game, implemented in python, pygame. It includes a unbeatable computer AI. Have a try : )

License

Notifications You must be signed in to change notification settings

smartlixx/Ticky

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ticky

A Tic Tac Toe game, implemented in python, pygame. It includes a 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/memoiry/Ticky
cd Ticky
python ticky.py

Demo

Minimax Algorithm

The minimax algorithm is a decision rule used for two-player game. The concept of minimax algorithm is to simulate all posible move of both players and then make the best decision.

Reference

Tic Tac Toe: Understanding The Minimax Algorithm

Minimax with Alpha Beta Pruning

About

Tic Tac Toe game, implemented in python, pygame. It includes a unbeatable computer AI. Have a try : )

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%