Skip to content

iOSLabUNAM/tables-rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Rock Paper Scissors

A proposed enhancement to the application, specifically in the score screen (Score). The idea is to replace the current score presentation with a more visual and organized presentation using a UITableView.

The implementation will include the following:

  • Score in Table Format: The score screen, instead of displaying the score in plain text, will be redesigned to use a UITableView. Each entry in the table will represent a game turn and will include details such as the player's choice, the opponent's choice, and the turn result.

Each cell must have

  • The name of the player
  • The score value in that turn
  • The option that were played in that turn
  • The background should be:
    • green if the user won the turn
    • red if the user lost the turn
    • brown if the user tied

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published