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.