Implement your player strategy and compete with other strategies.
A generic framework for Four in A Row or Five In A Row or X In A Row game, with the possibility to develop different strategies and compare them in tournaments.
To implement more players, create new class inherited from PlayerStrategy, and implement the move() method to chose best move, by utilizing different methods provided with Table object.
Multiplayer game based on the open free game http://www.fortressfigures.com/zombieplague/. Server implemented with twisted framework and client will use android
Metagame-Sector is a Python framework for quickly and easily making Sector-based games (ie, Chess, Risk, Bard's Tale, Zelda, WarCraft, Civ). Features include Client-Server model, View separation (ie, you can have a GNOME and a Win32 frontend), and more.