53016ec1a8
http://yakinikuman.wordpress.com/2009/04/28/python-chess-v-07-lowering-pygames-cpu-usage/ - Change master sites, add icon - Transfer maintainership to games@ team - Add license (GPLv3) - Change USE_PYTHON=yes to USE_PYTHON=2 - Add USES dos2unix - Add files/pythonchess.in and Desktop entry file - Remove unnecessary Thumbs.db and pygame2exe_Chess.py - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Change build and install - Change pkg-descr and add WWW
7 lines
309 B
Text
7 lines
309 B
Text
Chess for player vs. player, player vs. AI, or AI vs. AI.
|
|
Uses Tkinter to get initial game parameters.
|
|
Uses Pygame to draw the board and pieces and to get user
|
|
mouse clicks. Run with the “-h” option to get full listing
|
|
of available command line flags.
|
|
|
|
WWW: http://yakinikuman.wordpress.com/python-chess/
|