Magic-Project is a full Java project.
Allow playing various card games over LAN or Internet, alone or against
another player (need IP of your opponent). The program is the judge : you
play with the true rules. Magic-project can emulate classic card games
(poker...) but also CCG.
The main feature of this program, is it can parse the rules of a game. The
rules are defined in a XML file (human readable), and MP parse it to
determine turn structure, card types, colors, etc...
So it's not possible to cheat, forgot to do something in the game,...
all rules are managed by MP.