An open API service indexing awesome lists of open source software.

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.

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.