Skip to content
F/Poutre edited this page Sep 24, 2020 · 10 revisions

assets>cards

Card -> JSON file with all objects

  • 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

Clone this wiki locally