We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AS A player I WANT to have a videogame main menu BECAUSE I want to start games, exit the program, manage options and keybindings and see credits
When the user start up the video, the main menu has to pop on the screen. The bare minimum to complete this task is the following one:
"start new maze" needs to go to a screen where one can choose several options before starting the game:
"start quick maze" is like "start new maze", but all the options are chosen in a random way.
"see credits" will show the content of a file where we will put our names and stuff. After that it needs to retrun to the main menu.
"exit program" will close the application
The text was updated successfully, but these errors were encountered:
No branches or pull requests
AS A player
I WANT to have a videogame main menu
BECAUSE I want to start games, exit the program, manage options and keybindings and see credits
When the user start up the video, the main menu has to pop on the screen. The bare minimum to complete this task is the following one:
"start new maze" needs to go to a screen where one can choose several options before starting the game:
Code it in a way that those variable can be retrieved easily in the program (maybe in a model game object?)
"start quick maze" is like "start new maze", but all the options are chosen in a random way.
"see credits" will show the content of a file where we will put our names and stuff. After that it needs to retrun to the main menu.
"exit program" will close the application
The text was updated successfully, but these errors were encountered: