Please enable JavaScript.
Coggle requires JavaScript to display documents.
CCG Card Game (Commands/ Actions (PlayACardCommand.cs, DealDamageCommand…
CCG Card Game
Commands/ Actions
PlayACardCommand.cs
DealDamageCommand.cs
DrawACardCommand.cs
...
Card.cs: All common attributes will be listed here
IFollowerCard.cs
IRelicCard.cs
IOverlordCard.cs
IHexCard.cs: More specific attributes on this level
Specific Card on this level
Game Client (Invisible, Contains Game Rules)
Holds game logic
Everything happens instantly in a frame
Players are part of game logic
Game Visual (Visible)
Communicates with Game Client to receive instructions
Visualizes logic
Everything happens in multiples frames like an animation clip
Link Title