Thursday, November 14, 2013

Card Collection Management

NOTE: I completed this work the week of October 21 - October 25. But I got behind on my blog posts so I just split up my previous work by weeks.

Since our project is a collectible card game one of the most important features of the game, other than the core game play itself is the ability for players to see and manage their card collection. This is where the card collection screen show below comes into play.






The card collection screen - shows all cards that are in the game that can be put into a deck. In addition, cards which the player owns has a number underneath them signaling how many of that card the player owns.

Cards are also split into pages of a maximum of six cards that can be navigated through. In a finished product we would want to be able to search and filter the collection but that is not likely to get done during this semester.


Also, on the right side of the collection is a deck view control. Which is a reusable control that shows the different decks the player has built. This control will be the topic of its own post later as it is currently not entirely finished.


Each card is represented in a consistent way as shown in the image below:


No comments:

Post a Comment