Conversation
Member
Author
|
I have also added to this now a new dialog that prompts for dimensions of a normal form game before creating it - I think it make sense to bundle this here as it's all under "ease of startup/creating a new game". |
# Conflicts: # src/gui/nfgtable.cc
d-kad
pushed a commit
to d-kad/gambit
that referenced
this pull request
Jun 3, 2026
This introduces a welcome dialog/window which appears if the GUI is launched without a game loaded. This window allows the user to choose the game type to create, or to load a saved game. No longer is the user just given an extensive game window with a trivial extensive game to start, which they then have to dismiss if they do not want to build a new game tree. Closes gambitproject#80.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is WIP towards a solution to #80.
Rather than re-using a frame as suggested by #80, this proposes a bit more modern style, whereby if a game is not loaded on the command-line (or otherwise at launch), there's a "welcome" frame that offers the ability to load a game, or to create a new one. This "welcome" frame is then dismissed after a game is loaded. So, this has roughly the same effect as intended by #80, although the mechanism is slightly different.
I would like to get views on: