Update README.md

master
skocic 6 years ago
parent 341b14f5e0
commit 249d180974

@ -35,6 +35,14 @@ class ArrayList< Card > {
public boolean addAll(Collection<Card> card)
}
enum Suit {
CLUBS,
SPADES,
HEARTS,
DIAMONDS
}
Card o-- Suit
class Pile extends ArrayList {
public static Pile createDeck(int numberOfCards)
public Pile getCardsForPlayer(int number)

Loading…
Cancel
Save