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

Monitor: slowly reveal map #18

Closed Pandaqi closed 5 years ago

Pandaqi commented 5 years ago

First of all, overlay the grid lines again to create a nice map! (The numbers + letters might be too much for the computer.)

In this game, the map should start off completely unexplored and invisible. During the game, more and more is revealed.

IDEA: When a tile is uncovered, immediately check the neighbours. Mark "unknown" tiles as potential "next reveals". Every turn, a few of these unknown tiles will be revealed.

How do we do this?!?