Abalone
v0.1
Abalone is a turn based board strategy and tactics game for two players.
This program is an alternative to other non-free-software Abalone programs.
Instalation
- with pip: "pip install abalone"
- with easy_install: ```easy_install abalone
- by hand:
- install Python
- install Tkinter
- run "python setup.py build"
- run as root "python setup.py install"
Execution
Normally, Abalone will be available from the shell, executing "abalone".
Abalone will be installed in sys.prefix + /local/bin, normally in /usr/local/bin/abalone
Features
- graphic interface on Tkinter
- full game logic
- visual playing
- boards viewpoint changing.
Feedback