The PycTacToe project is about (re-)creating the Tic-Tac-Toe game in Python but always aiming to keep the "engine" code as most flexible as possible so it can easily converted into a "Connect-Four" (or similar) or make it possible to create several different interfaces along the default console-based one. It also aims to be a little project beginner programmers should be able to join.
Got interested? Just branch from lp:pyctactoe to get the latest trunk, code, publish a branch and request for merge! That you're not a programmer? Don't worry: you can catch bugs, write documentation, test... any contribution is appreciated!
Home page: https://launchpad.net/pyctactoe
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· GTK+ dependencies dropped.
· Connect-4 now ncurses-based and with AI player.
· AI can play first in both games.
· API improved a lot!