Skip to content

best score saving#232

Open
TheJeffreyKuo wants to merge 2 commits into
developfrom
231-feature--flappybird/2048-best-score-saving
Open

best score saving#232
TheJeffreyKuo wants to merge 2 commits into
developfrom
231-feature--flappybird/2048-best-score-saving

Conversation

@TheJeffreyKuo

Copy link
Copy Markdown
Contributor

Changes

FlappyBird and 2048 best scores now persist locally via QSettings. QSettings are ideal because it the scores are low data values which fits our needs and it has atomic saving for risk management. The game controllers check whenever a final score is better than the recorded best score and saves over the best score if it is.

To Do

  • Test branch on car

Checklist

  • All commits are tagged with the ticket number
  • No linting errors / newline at end of file warnings
  • All code follows repository-configured prettier formatting
  • No merge conflicts
  • All checks passing
  • Screenshots of UI changes (see Screenshots section)
  • Remove any non-applicable sections of this template
  • Assign the PR to yourself
  • Request reviewers & ping on Slack
  • PR is linked to the ticket (fill in the closes line below)

Closes #231

@TheJeffreyKuo
TheJeffreyKuo requested a review from bracyw April 29, 2026 19:57
@TheJeffreyKuo TheJeffreyKuo self-assigned this Apr 29, 2026
@TheJeffreyKuo
TheJeffreyKuo requested a review from Copilot June 2, 2026 15:57
@TheJeffreyKuo
TheJeffreyKuo requested review from bracyw and devmchechi and removed request for bracyw and Copilot June 2, 2026 15:58
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.

Flappybird/2048 Best Score Saving

1 participant