https://github.com/meeksonjr/rps-mini-game
Rock, Paper, Scissors mini game
https://github.com/meeksonjr/rps-mini-game
Last synced: 11 months ago
JSON representation
Rock, Paper, Scissors mini game
- Host: GitHub
- URL: https://github.com/meeksonjr/rps-mini-game
- Owner: MeeksonJr
- Created: 2024-02-23T22:23:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T23:21:44.000Z (over 2 years ago)
- Last Synced: 2025-03-16T01:16:32.913Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rock, Paper, Scissors Game
This is a simple web-based Rock, Paper, Scissors game built with HTML, CSS, and JavaScript. You can play against the computer and keep track of your score.
How to Play:
Open the index.html file in your web browser.
Click on one of the three buttons: Rock, Paper, or Scissors.
The computer will randomly choose its move.
The result will be displayed, and the score will be updated.
Technologies Used:
HTML: The structure of the game.
CSS: Styles to make the game visually appealing.
JavaScript: Implements the game logic and interaction.
Please enjoy the game and if you have any feedbacks, please let me know as I am open for suggestions.