Skip to content

arbonap/python-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

A Pythonic Tic-tac-toe 🐍

Installation:

Be sure to have Python 2.7.10 installed on your system. If you don't have pip installed, be sure to:

  • sudo easy_install pip

Gif of easy installing pip

Setting up and playing

How to set up and play tic tac toe

If you have pip installed:

  • virtualenv venv
  • source venv/bin/activate
  • pip install -r requirements.txt

Playing the game

  • To run the game, run python tic-tac-toe.py in the terminal.

Running the tests

  • To run the test-suite, run python tic-tac-toe.py --test

Made with πŸ’œ by Patricia

About

a 🐍 based commandline tic-tac-toe game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages