Create a score board where a user can create a list of names and then keep a running count of the score in a game.
- Accept a list of players
- One game can have multiple rounds, each round will have a score per user
- Display a running total at the end
- If a user gets negative points in a round, or in total visually show that.
- When the game ends, reorder the list with the winner at the top and the loser at the bottom
If you've done all that, well done! You've run out of things! Maybe you find a way to improve one of your challenges with even more features?