I've taken out the ability to add player names, since it wasn't key to the game, and you generally won't have access to a keyboard when playing. I've also enlarged the quit dialog and changed the end of game input to just wait for a screen tap to start another game.
Daniel did HEAVY keyboard usage in this game, but I found that only a few features were really needed to play. I've also hacked out his fonts and instead used the default PyGame fonts in order to save room.
I also added a startup splash window so that launching using d-bus would work properly.
All in all, it's a good implementation of Connect Four. Enjoy! I provide both just the .deb and a .install repository.
Daniel did HEAVY keyboard usage in this game, but I found that only a few features were really needed to play. I've also hacked out his fonts and instead used the default PyGame fonts in order to save room.
I also added a startup splash window so that launching using d-bus would work properly.
All in all, it's a good implementation of Connect Four. Enjoy! I provide both just the .deb and a .install repository.
http://tony.maro.net/ossramblings/connectfour.php
Last edited by tonymaro; 2007-09-03 at 17:35. Reason: added screenshot