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.
- Host: GitHub
- URL: https://github.com/sametcn99/rock-paper-scissors
- Owner: sametcn99
- Created: 2024-01-17T01:23:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-21T16:26:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T04:54:01.599Z (about 1 year ago)
- Topics: react-context, rock-paper-scissors, state-management-in-react
- Language: TypeScript
- Homepage: https://rock-paper-scissors-sametcn99.vercel.app
- Size: 329 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.