Project information
- Category: Front-End
- Name: Rock Paper Scissors
- Project URL: Rock Paper Scissors
- Description: Rock Paper Scissors is a front-end app created as part of an educational journey in Object-Oriented Programming with JavaScript, which provides an interactive way to play Rock, Paper, Scissors against a computer opponent.
Project Detail
This app is a straightforward front-end application that allows users to engage in multiple rounds of the classic game, Rock, Paper, Scissors, against a computer opponent. Here's how it works:
- Game Selection: Upon launching the app, the player is prompted to input the number of rounds they wish to play against the computer.
- Game Start: After making their selection, the player is informed that they will be engaging in Rock, Paper, Scissors for the specified number of rounds.
- Play Game: The player is then directed to the game page, where they are presented with the three classic choices: Rock, Paper, or Scissors. They make their choice for each round.
- Outcome: Following each round, the app displays the game number, announces the winner, and provides a score update for both the player and the computer. This way, the user can keep track of the progress.
- Game Continuation: After completing the selected number of rounds, the final result is displayed. The player is then given the option to start a new game, should they wish to continue testing their luck and strategy in this timeless game.
Skills: JavaScript · Cascading Style Sheets (CSS) · Object-Oriented Programming (OOP) · HTML5 · Bootstrap