Skip to content

raphapassini/py-tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

Its a simple tic-tac-toe game writen in python.
A project that i use as example to show the pythonic way of coding.
If you know a more pythonic way of doing this, please, fork, comment or email me.

The code is written in english although the messages for the players are in Pt-Br.

Thx.
Raphael Passini Diniz

How to install

$ git clone git@github.com:raphapassini/py-tictactoe.git

Playing

$ python tic_tac_toe.py

To run tests

Its better have a virtualenv to install the test requirements

$ cd path/to/tic_tac_toe
$ pip install -r test_requirements.txt
$ nosetests --verbosity=2 --with-coverage

About

A tic-tac-toe game written in python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages