karlmdavis / rps-tourney

An online multi-player Rock-Paper-Scissors game. Just because.
https://rpstourney.com/
1 stars 2 forks source link

Allow web application users to provide a name or handle for themselves #38

Closed karlmdavis closed 10 years ago

karlmdavis commented 10 years ago

Right now, game play is a bit confusing as it's difficult to tell who is which player. The web service and application ought to be enhanced to allow even guest players to enter a name for themselves that others can see.

In the web application, I'm thinking the simplest UI for now would be to allow players to click/touch the "Player 1"/"Player 2" label in a game, and enter a name for themselves there. If this is the UI I end up going with, then I should be careful to ensure that users are given a hint or prompt that this function exists. Perhaps a pop-up help label or somesuch?

karlmdavis commented 10 years ago

I would estimate this task as follows:

That gives a total estimate of 13.75h.

karlmdavis commented 10 years ago

Ended up taking 11.5h, total.