suchja / awesome-qt-snake

A portfolio and learning project show casing my OOP, OOAD, Qt6 and C++ skills.
The Unlicense
0 stars 0 forks source link

As an advanced player, I want to see realtime statistics of the current game (like food eaten count, current speed / level) to improve my game play. #17

Closed suchja closed 2 weeks ago

suchja commented 2 weeks ago

Notes

This topic is kind of a side track. Reason is that my learning requirements slightly changed. Especially with regards to NFR-4 - Modular Design it was requested to show a "multi-view" approach. Meaning that there are at least 2 different views on the same model. Therefore this user story was kind of made up and Milestone v0.2 - multi view support was added.

Acceptance Criteria

suchja commented 2 weeks ago

After thinking this through I realized that this is basically the same than #18 . As that story seems to be a better fit, I'll close this as duplicate and focus on the other.