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 a player, I want to see my current score displayed on the screen so that I can keep track of my progress. #18

Closed suchja closed 3 months ago

suchja commented 3 months 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

Additional values for the live statistics might be added with later stories.

suchja commented 3 months ago

What is required for this story?