Ishara TCG - 0.3
A simple trading card game I originally made back in middle school.
Barry
(isharacomix)
In my many searches on the internet, I've never found ANY free-and-open-source Trading Card Game-like programs. So that, along with a nostalgia frenzy, inspired me to remake my old one.
The Ishara TCG is a very simple trading card game that I made back in middle school. There's a half-finished manual in the download, but it's probably simple enough that you could jump right in and play it.
Requires Python >=2.5 and Pygame >=1.8
Changes
With version 3 comes a full prototype of the networking system (thanks to Geometrian and MasterMind), with full-featured account storage, chatting, asynchronous games, etc. I wanted to get another version of the game out before I went home for summer vacation, and I've a lot of additional features that I want to include in the program.
If you want to play a local game against the computer, then leave the server field blank when registering your account. You can also run an instance of the run_server.py program and connect to the localhost. You can even boot it up on a local network and try to run games like that.
I haven't had a chance to test it rigorously, so if anyone gets any errors or has any ideas for the project, I'd appreciate them. So with that, enjoy!