pangiann / hangman

Hangman is a paper and pencil guessing game for two or more players.
0 stars 0 forks source link

backend: Add new Player Class #8

Closed pangiann closed 2 years ago

pangiann commented 2 years ago

Player Class represents the Player's state during the execution of the Game. Keeps track and updates accordingly:

  1. The remaining lives of the player
  2. The points they have gained so far