-
Notifications
You must be signed in to change notification settings - Fork 0
Home
F/Poutre edited this page Sep 24, 2020
·
10 revisions
- private String name;
- private CardColor color;
- BROWN, GREY, BLUE, YELLOW, RED, GREEN
- private int age;
- private int players;
- private EnumMap<CardPoints, Integer> cardPoints;
- VICTORY, MILITARY, SCIENCE_WHEEL, SCIENCE_TABLET, SCIENCE_COMPASS
- private EnumMap<Resource, Integer> resource;
- WOOD, STONE, ORE, CLAY, GLASS, LOOM, PAPYRUS
- private EnumMap<Resource, Integer> cost;
Game
Player