I'm looking for a clever way to track players progress across a board. The board will be a series of Hexagon tiles connected together and most of them will have locations on them. Players are racing to move to 20 locations (actual # not decided yet but not relevant anyway). I'm trying to think of a clever way of tracking which locations players have visited and keep a total count.
For the total count I'm thinking just having a track and everyone has a marker to indicate how many locations they have completed. For tracking specific ones I'm thinking of having players place a marker on each location that they visit. The problem with this is that I'm worried that too many markers on the hexes will be confusing and my clutter up the board too much. Does anyone have any ideas of another way to track which locations have been visited?
Thanks.
Michael
Thanks for the suggestion. The locations are going to be planets (at least that is the concept right now). I like your idea as it might give added benefits for visiting all planets from a particular type or something thematic.