Lux-Ferre / gituich

An incremental/RPG game set within the sci-fi universe of my TTRPG.
0 stars 0 forks source link

Give Player an Available Locations Property #7

Open Lux-Ferre opened 1 year ago

Lux-Ferre commented 1 year ago

Add an available_locations property to the players.Player dataclass.

It will hold a list of regions.Region objects.

Use this list in the display_regions and change_regions functions.