jeffblankenburg / FiveByFive

Multi-platform version of Five By Five
0 stars 0 forks source link

Game doesn't end #3

Open jeffblankenburg opened 10 years ago

jeffblankenburg commented 10 years ago

Once a player receives five or more strikes, they should be alerted that they are out of the game, and the game progress should continue, skipping their turn.

TravisTheTechie commented 10 years ago

So what's the right behaviour. One player is okay, if you're just going for "score" or something. If it's score based do we let everyone completely finish? If it's not score based then it's just last person standing...

Score based allows us to do more interesting things with in app currencies I think. So maybe we should try and head down that path a bit...

TravisTheTechie commented 10 years ago

Hmm, didn't check to see if you go back on the navigation stack to return to the game in progress. That's obviously not what we want.

jeffblankenburg commented 10 years ago

Oh. Yeah. That game isn't even close to consumer-ready. Lots needs to be fixed, improved, etc. I wouldn't say there's a single thing that is "done."

TravisTheTechie commented 10 years ago

Oh, I wasn't trying to suggest that. Just I added some code addressing the general issue. It kicks you back to the Start Screen after IsOver() returns true. Yeah, we're not close but thinking about what we need to do to be at least able to demo it.