Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random Scenarios (including scenario 55) #21

Open
hobnob opened this issue Sep 20, 2020 · 2 comments
Open

Random Scenarios (including scenario 55) #21

hobnob opened this issue Sep 20, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hobnob
Copy link
Member

hobnob commented Sep 20, 2020

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 hobnob added the enhancement New feature or request label Sep 20, 2020
@hobnob hobnob self-assigned this Sep 20, 2020
@troystauffer
Copy link

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

@hobnob
Copy link
Member Author

hobnob commented Apr 19, 2021

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 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants