Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 659 Bytes

readme.md

File metadata and controls

29 lines (18 loc) · 659 Bytes

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