aacalfa / iOS-Uno

UNO game for iOS
0 stars 2 forks source link

Add option for player to enter his name #47

Open aacalfa opened 7 years ago

aacalfa commented 7 years ago

In MenuScene, prior to starting a game, it would be nice to have something like a text box so that a player can enter his name, which will be shown during the gameplay. Also, we can have some sort of predefined placeholder names (John Doe, etc.) for the AI players stored in a data structure, so when they are created a name is randomly selected.

bacalfa commented 7 years ago

Partially implemented. AI placeholder names became available in https://github.com/aacalfa/iOS-Uno/commit/27b787b53100234de8a775350c0cec37c216bdac.

bacalfa commented 7 years ago

Fully implemented in https://github.com/aacalfa/iOS-Uno/pull/58/commits/b0e0637064a08bbf847297ddb298f89ac7917068.