pythello
HomePage: http://pypi.python.org/pypi/Pythello
Author: Josh Bronson
Download: https://pypi.python.org/packages/source/p/pythello/pythello-0.1.tar.gz
Pythello ======== .. contents: License -------------------- Pythello is by `Josh Bronson <http://joshbronson.org>`_ and is licensed under the `GPLv3 <http://pythello.googlecode.com/svn/trunk/docs/license.txt>`_. Requirements ------------ The Python-Tk bindings are the only requirement. They come already installed on Mac OS X. On Linux, you may have to run ``apt-get install python-tk`` or equivalent. Installation & Repository ------------------------- To install from the `subversion repository <http://pythello.googlecode.com/svn/trunk/#egg=pythello-dev>`_ you can run ``easy_install pythello==dev``. To check out a (read-only) copy of trunk, run:: svn co http://pythello.googlecode.com/svn/trunk pythello Introduction ------------ Pythello is a Python implementation of the board game described at `http://en.wikipedia.org/wiki/Reversi <http://en.wikipedia.org/wiki/Reversi>`_. It sports a basic Minimax AI so you can play against the computer. Contributing ------------ Pythello is currently being developed by a team of one. If you are interested in contributing, please `contact me <mailto:jabronson@gmail.com>`_. News ---- 0.1 --- First official release.