Skip to content

A few simple, text-based Tic Tac Toe game implementations.

License

Notifications You must be signed in to change notification settings

talent-campus/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe in Python

A few simple, text-based Tic Tac Toe game implementations. To help you learn Python.

Instructions

Clone this repository to your local disk using Git, e.g.

git clone https://github.com/talent-campus/tictactoe.git
cd tictactoe

Then run the programs from your terminal using Python, e.g.

python3 tictactoe_humans.py
python3 tictactoe_computer.py
python3 tictactoe_nice.py

Alternatives & Tutorials

How To Contribute

Please, run Flake8 and, optionally, Pylint before committing changes and opening a PR:

$ flake8
$ pylint *.py

About

A few simple, text-based Tic Tac Toe game implementations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages