virtual-gloomhaven-board icon indicating copy to clipboard operation
virtual-gloomhaven-board copied to clipboard

Random Scenarios (including scenario 55)

Open hobnob opened this issue 4 years ago • 2 comments

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:

  1. Include a random scenario generator
  2. 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 😃

hobnob avatar Sep 20 '20 14:09 hobnob

For others looking for scenario 100: note that this is the same issue for scenario 100 as scenario 55.

troystauffer avatar Apr 02 '21 02:04 troystauffer

This is a good point, it should really be it's own issue so people will know what's going on.. I've raised issue #71 which should hopefully help 🙂

hobnob avatar Apr 19 '21 07:04 hobnob