Skip to content

Conversation

@nucleartide
Copy link
Owner

@nucleartide nucleartide commented Aug 29, 2023

User Story

Screenshot 2023-08-29 at 11 56 17 PM
  • Update start menu UI design
  • Display high score on start menu
  • Display further level reached, where a symbol represents the level. At the moment, pineapple is the only (hard-coded) level.
  • Display whether the high score was achieved in the current play session with a (NEW!) indicator
  • If you are Jason, you can access Figma designs here: https://www.figma.com/file/r9QqfpaWKfiCytk03bro1b

Playable build

https://drive.google.com/file/d/1QyoNAqChda7HCqdPBI_reU3Bh6r81nY7/view?usp=drive_link

Dev checklist

  • First draft. Implement a working first pass at the feature. If it helps, try thinking about data (model), presentation (view), and logic (controller).
    • Design by contract. Write pre-condition, post-condition, and invariant assertions to catch bugs before playtesting.
    • Unit tests. If needed, write unit tests to tease out edge cases.
    • First playtest. Thoroughly playtest until you are confident that the feature (and existing features) work. This also exercises the code paths with contracts.
  • Final draft. Perform a general review of Files changed and revise anything that needs to be cleaned up.
    • Run unit tests.
    • Final playtest. After the changes above, playtest through the game one last time to ensure that everything works.
  • Fill out the pull request template. Self-explanatory.
  • Remember the GIFs. Include a recording of what's going on!
  • Update readme. Maintain a list of pull requests for easy access later.
  • Merge. Merge into master.

Release checklist

  • Build. Cut a new build in Unreal. If the game doesn't build, fix until it does.
  • Tag. Once built, tag the latest commit on master with the latest version string.
  • Upload. Upload build to Google Drive.
  • Link. Add link to this pull request.
  • Priorities. Prioritize items on work board.
  • Next task. Tee up a pull request for the next feature.

@nucleartide nucleartide changed the title Finalize start menu Finalize start menu UI/UX design Aug 30, 2023
@nucleartide nucleartide marked this pull request as ready for review August 30, 2023 04:08
@nucleartide nucleartide merged commit 4693e71 into master Aug 30, 2023
@nucleartide nucleartide deleted the jason/finalize-start-menu branch August 30, 2023 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants