Skip to content

A CLI based tic-tac-toe game with an AI opponent coded in Python.

Notifications You must be signed in to change notification settings

chumba-wamba/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A beginner Python project which allows you to play the classic game of Tic-Tac-Toe viz the comfort of your terminal.

Running Tic-Tac-Toe on your Desktop:

git clone "https://github.com/nisarg42/Tic-Tac-Toe"
Open the terminal/cmd within cloned directory
Enter the command: python run.py

Features of Tic-Tac-Toe:

mini-max Algorithm: Tic-Tac-Toe has the "computer" coded using the AI algorithm known as mini-max which ensures that the "computer" will never lose.

About

A CLI based tic-tac-toe game with an AI opponent coded in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages