NathanCheckers enforces American Standard rules for playing checkers, also known as English Draughts. I made this game to learn the pygame framework. I like family-oriented games.
See LICENSE.txt for legal info (basically, you can do whatever you want with the game, including selling it, but if you modify it then you need to publish your altered source code).
Linux users need to install python (2.4 recommended) and pygame (1.7.x or higher recommended), and any of their dependencies.
Nathan Stocks
nathan.stocks@gmail.com
http://stocksfam.com/checkers
- Changelog
1.5
- Made several rounds just to clean up unused code and massage
existing code so that it's more elegant, concise, and clear.
- Major changes to the theme layout. Sidebar instead of
bottom-bar, graphics instead of text, etc.
- Ability to toggle sound on/off
- Instructions screen
- Implemented a rule I had missed: Getting kinged now ends
your turn.
1.0.1
- Fixed extra console window showing up on windows (Byron)
- Fixed icon not being displayed on windows executable (Byron)
1.0
- Officially named the project "NathanCheckers"
- Checkers fully playable with sound, enforces American
Standard Rules.
1.0RC2 & RC3
- Reorganized some files
- Patches added for pygame 1.6 compatibility (Byron)
1.0RC1
- First attempt at releasing checkers. Should work on Mac,
Windows (32-bit), and Linux.
