https://github.com/shahsuvarli/rock-paper-scissors
This is a Rock-Paper-Scissors app that is currently under development and built using ReactJS.
https://github.com/shahsuvarli/rock-paper-scissors
css game html javascript paper react reactjs rock rockpaperscissors scissors
Last synced: about 2 months ago
JSON representation
This is a Rock-Paper-Scissors app that is currently under development and built using ReactJS.
- Host: GitHub
- URL: https://github.com/shahsuvarli/rock-paper-scissors
- Owner: shahsuvarli
- Created: 2022-07-10T15:46:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T21:42:50.000Z (about 2 years ago)
- Last Synced: 2025-02-07T13:48:20.555Z (3 months ago)
- Topics: css, game, html, javascript, paper, react, reactjs, rock, rockpaperscissors, scissors
- Language: JavaScript
- Homepage:
- Size: 526 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 Rock Paper Scissors game built in ReactJS by Elvin Shahsuvarli. The project is currently a work in progress and not yet complete.
Features
--------- The app allows the player to choose between rock, paper, or scissors.
- The computer also makes a random selection between the three options.
- The game compares the player's selection with the computer's selection to determine the winner.
- The game displays the winner and the updated score after each round.Installation
------------- Clone the repository to your local machine.
- Run `npm install` to install the necessary dependencies.
- Run `npm start` to start the development server.Roadmap
-------- Improve the game logic to handle ties and determine the overall winner after a certain number of rounds.
- Add animations and sound effects to enhance the user experience.
- Implement a leaderboard to track the highest scores.Feel free to contribute to the project by submitting pull requests or reporting issues.