Objects - SelimIkkache/bataille GitHub Wiki
This page is dedicated to the java object that we want to implement for this development.
Card : a simple card. It takes a color (spade, heart, diamond or club), and a value.
Deck : a deck of Cards. It as a type (54, 32, other) and describes the colors and values.
sub-deck : an exclusive subset of a Deck
Board : a board is a collection of location. For Bataille, we have at least two locations per player on the board : "La main" (or "le tas"), et la zone de ballotage.
Player : there are two player for la bataille.