anitab-org / powerup-iOS

PowerUp is an educational choose-your-own-adventure game that utilizes a users uploaded curriculum to empower pre-adolescents to take charge of their reproductive health. This is the iOS version of the game.
GNU General Public License v2.0
40 stars 108 forks source link

Tutorial screen for minesweeper game does not match the game screen #127

Open sunjunkie opened 7 years ago

sunjunkie commented 7 years ago

The minesweeper tutorial screen describes 5 vertical stars as the available number of tries left. But the game itself does not show these 5 stars. See attached screenshots simulator screen shot aug 14 2017 1 16 59 pm simulator screen shot aug 14 2017 1 18 17 pm

justkd commented 6 years ago

It looks like the tutorial screens just need to be updated. I think the "Score" was just moved to the top right in a different format.

I'm looking through the code, and I don't see any reference to the stars mentioned in the current tutorial screens.

sunjunkie commented 6 years ago

You're right. We could update the tutorial screen to indicate the number of tries the user can make but removing the stars.

vatsalkul commented 4 years ago

Hey @sunjunkie I have updated the tutorial screen according to the above discussion. Please have a look and approve me to submit a PR. Drive Link

sunjunkie commented 4 years ago

@vatsalkul Please submit the PR for your change.