imalooney / t3tr0s

30th anniversary tetris in ClojureScript
t3tr0s.com
Other
468 stars 28 forks source link

handle game end scenarios better #4

Open oakmac opened 10 years ago

oakmac commented 10 years ago

I feel like we could handle game end scenarios better. Some ideas:

Dudemullet commented 10 years ago

in battle mode: links to go back to the lobby and / or the dashboard; allow them to watch someone else's game for the rest of the round

:+1:

in battle mode: reset their score to 0 for the round and let them start a new game

I believe this is already the case if they refresh the page after losing. Maybe just give them a button to restart?

In the end, if the player is really good and there is enough time, they could score higher than any player that hasn't lost.

oakmac commented 10 years ago

Still could probably do more here with the game over state, but Commit 0791872 and 53100b1 are a good start.