Golden Cards is a small project I made together with a friend. We wanted to implement some kind of football trading cards game, so that is what we did.
The game features two teams arranged as in table football. During each turn, the captain (represented by the human player) can order the players to move, pass the ball or shoot to score. Tactical points can also be spent to use special cards such as restoring some player stamina or changing players.
Needless to say, this is a multiplayer online game, and we developed it using Unity for PC platforms. The networking system (both the client and the server) is built using a custom library using C# and mono sockets. The whole game logic is server-sided, and there is little client prediction.



