-
Notifications
You must be signed in to change notification settings - Fork 1
See map on select #5
Copy link
Copy link
Open
Labels
Description
When you choose a map for the client, you should be able to see what map you are going to play on before you play the game. Map should resize accordingly.
This will require reading the map string from electron-store dictionary variable "maps", which stores a dictionary of string->map string. See Map deconstruction in game engine/process_replay logic to see how map strings are converted to board visualizations.
Reactions are currently unavailable