Ro Sham Bo! is a fun and interactive implementation of the classic Rock, Paper, Scissors game. Challenge the computer or play with a friend and see who wins in this simple yet exciting game!
- Single-player Mode: Play against the computer and test your luck!
- Simple Interface: Easy-to-use buttons to choose Rock, Paper, or Scissors.
- Score Tracker: Keep track of your wins, losses, and draws.
- Responsive Design: Fully optimized for both desktop and mobile devices.
- HTML5: Markup language used to structure the game.
- CSS3: Styling and layout for the game's interface.
- JavaScript: Game logic and interactivity for the game.
- GitHub Pages: Hosting platform for the live demo.
You can check out the live version of Ro Sham Bo! by clicking here.
To get started with Ro Sham Bo!, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/PRISM-EXE/ro-sham-bo.git
-
Navigate to the project directory:
cd ro-sham-bo
-
Open the index.html file in your browser to start playing.
open index.html
-
Enjoy the game!
-
Player Selection: Choose Rock, Paper, or Scissors by clicking the respective buttons.
-
Computer Selection: The computer randomly chooses its move.
-
Game Logic: The winner is determined based on the classic rules: -- Rock beats Scissors -- Scissors beats Paper -- Paper beats Rock
-
Scoreboard: Track your wins, losses, and ties during the game.
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub Pages for hosting the project.