Pandaqi / In-the-Same-Boat

Jackbox-style game where you try to sail a ship together - discovering treasures and battling your friends.
2 stars 0 forks source link

Place treasures/resources on the islands #2

Closed Pandaqi closed 4 years ago

Pandaqi commented 5 years ago

Every tile on the map can contain ONE type of resource. (They can contain as many players/units desired.)

There are X "main treasures" throughout the game (depending on the number of players; probably 3 or 5).

These must be distributed across the map in such a way that they are NOT too close to each other.

Once these are distributed, resources are dropped across the map. Resources want to appear in groups: if a certain tile has trees growing on it, there's a great chance trees will grow nearby, because it's a FOREST.

How to implement?

One caveat: it's annoying if a certain resource doesn't appear on the map AT ALL. How to solve?

Pandaqi commented 4 years ago

Both treasure and resource placement will be handled by the backstory simulator.