InteractiveMechanics / nmai-nk360-interactives

0 stars 0 forks source link

[x] Fish count #706

Closed amberreeves closed 6 years ago

amberreeves commented 6 years ago

Education believes that a true fish count is important, and we would like to see the last screen of the game give an accurate fish count. It's okay to cap the number of fish icons on the screen to 5, and this was our understanding. But the game needs to take into account the "points" gained and lost through the journey.

Add final cap for final screen (new variable to track your total above 5)

mtedeschi commented 6 years ago

I've removed the upper cap on tracking the fish, but only 5 max show on screen. Which means if you collect 7 fish, you won't see a change until your count goes below 5. Tracking a different variable actually (my suggestion) appeared weird (your count on-screen and at the end weren't align, and that's confusing.

amberreeves commented 6 years ago

looks good