Python implementation (client-server) of the Freedom board game (http://freedomtable.wordpress.com/about-3/). Implemented during the course Communications Software, Protocols and Architectures at Lappeenranta University of Technology.
March 2012
Authors:
- Risto Laine
- Nikolaos Paraschou
Running instructions:
- To start the server, run GameServer.py which is under "server" package.
- To start the client, run GameClient.py which is under "client" package.
Documentation in the doc folder.