aacalfa / iOS-Uno

UNO game for iOS
0 stars 2 forks source link

Add modal/dialog at the end of a round #56

Open bacalfa opened 7 years ago

bacalfa commented 7 years ago

The dialog would show the name of the players sorted by total points and present options, such as "new round" (i.e., reload deck and start a new round) and "start over" (i.e., reload deck and set players' points to 0).

bacalfa commented 7 years ago

Implemented in https://github.com/aacalfa/iOS-Uno/pull/57/commits/f13a8a797bf82ab7b5929297024b07bd67fbea4e, but may be improved.