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

https://github.com/sametcn99/rock-paper-scissors

This is a simple rock-paper-scissors game built with React and Next.js. The game is played against the computer using the React Context.
https://github.com/sametcn99/rock-paper-scissors

react-context rock-paper-scissors state-management-in-react

Last synced: about 1 year ago
JSON representation

This is a simple rock-paper-scissors game built with React and Next.js. The game is played against the computer using the React Context.

Awesome Lists containing this project

README

          

# Rock Paper Scissors Game

This is a simple rock-paper-scissors game built with React and Next.js. The game is played against the computer using the React Context.

## How to Play

1. Click the "Start" button to initiate the game.
2. Choose either rock, paper, or scissors.
3. Wait for the computer to make its selection.
4. View the result on the screen.