Skip to content

Score Keeper app

Latest
Compare
Choose a tag to compare
@lyza-shyrzai lyza-shyrzai released this 23 Apr 17:59

This app keeps score points in the game of chess. The screen is divided into two parts, every part consists of:

  1. Player name
  2. TextView that displays the score using methods displayForPlayer1 and displayForPlayer2
  3. Three buttons:
  4. Victory button which increasing the score for victorious player by 1 point
  5. Loss button which leaves score of game unchanged, according to the rules of the game of chess
  6. Draw button which button which increasing the score for each player by 0.5 point
  7. Reset button which resets the score for both players back to 0