Skip to content

Tic-tac-toe game capable of implementing a winning strategy

License

Notifications You must be signed in to change notification settings

Nohossat/Smart-tic-tac-toe

Repository files navigation

Smart Tic-Tac-Toe

travis_build_status

A custom implementation of the famous game tic-tac-toe.

Installation

git clone https://github.com/Nohossat/Smart-tic-tac-toe.git
cd Smart-tic-tac-toe

2 modes available in the command line :

Human versus Computer

python app.py

The computer player has some intelligence : it can decide to block the opponent to preven him from winning or choose the best square to make a winning combination.

Human versus Human

python app.py -mode human

About

Tic-tac-toe game capable of implementing a winning strategy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages