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

MapGen: Proper "create game" UI #1694

Closed
Katharsas opened this issue May 10, 2020 · 1 comment · Fixed by #1803
Closed

MapGen: Proper "create game" UI #1694

Katharsas opened this issue May 10, 2020 · 1 comment · Fixed by #1803
Milestone

Comments

@Katharsas
Copy link
Collaborator

Katharsas commented May 10, 2020

The UI for selecting map should be support 2 use-cases:

  • User wants so select or random a handmade map from list
  • User wants to generate random map with specific settings

Only in the first case it is necessary to show a map list.
Only in the second case it is necesary to show generator options/settings.

The generator-specific UI elements are / could be:

  • Select number of player spawns (only 3v3 currently)
  • Button to generate map / regenerate with current settings
  • Checkbox and input: Generate from seed / name (input for seed/previous map name), greys out other options.
    Optional:
  • Show a list of recently played seeds/map names.
  • Change biome (optional)

So we need some kind of tabs, kinda like this (but of course withg different look)
image

@Katharsas Katharsas changed the title Map generator proper "create game" UI MapGen: Proper "create game" UI Jun 18, 2020
@Katharsas
Copy link
Collaborator Author

Part of FAForever/Neroxis-Map-Generator#35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants