How do we want to go about naming things in this game? Past experiences have been:
- Define a priority list of citizens based on what office(s) they have been elected / appointed to. Name things in this priority order. Everyone in the citizen registry names something before anyone gets their 2nd name.
- Citizens get to name things based on the order they signed up for the game. If we hit the end of the list, we cycle back to the beginning.
- Use the citizen registry as the starting order. Take some number of names from the registry and vote on the order within that set, e.g. take 5 names, vote for those 5. When #5 is used vote on #6-10, etc.
- Random ordering. As names are used cross them off, use a RNG each time a name is needed and keep drawing numbers till you hit an unused name.
- Name according to significant events, terrain, or other factors.
- Should we limit names to ones which are appropriate for the civilization we're playing?
- Should we rename acquired things?
- Who should be held accountable for naming? Should anyone be accountable, or should it be a best effort only?