You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
At present it's impossible to create random scenarios from the app. This means that scenario 55 can't be implemented because it uses the random scenario generator in order for it to work.
Describe the new feature you'd like
There are a couple of possible solutions to this:
Include a random scenario generator
Allow players to create their own custom scenarios
While both are very different implementations, they pose the same basic problem - how to get the map to the other players? One solution to this is a customised string that defines the basic building blocks of a scenario, which is small enough to send quickly over the network, and descriptive enough to build a scenario from. The details of that scenario can then be transmitted using the game state.
Whichever we decide to do it'll be a fairly large piece of work... should be fun though 😃
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
At present it's impossible to create random scenarios from the app. This means that scenario 55 can't be implemented because it uses the random scenario generator in order for it to work.
Describe the new feature you'd like
There are a couple of possible solutions to this:
While both are very different implementations, they pose the same basic problem - how to get the map to the other players? One solution to this is a customised string that defines the basic building blocks of a scenario, which is small enough to send quickly over the network, and descriptive enough to build a scenario from. The details of that scenario can then be transmitted using the game state.
Whichever we decide to do it'll be a fairly large piece of work... should be fun though 😃
The text was updated successfully, but these errors were encountered: