Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iam-abhishek-yadav/rockpaperscissors
A fun and interactive Rock Paper Scissors game built with React. It allows users to play against the computer and tracks the score. The game is deployed on Vercel for easy access.
https://github.com/iam-abhishek-yadav/rockpaperscissors
docker github-actions javascript reactjs
Last synced: about 2 months ago
JSON representation
A fun and interactive Rock Paper Scissors game built with React. It allows users to play against the computer and tracks the score. The game is deployed on Vercel for easy access.
- Host: GitHub
- URL: https://github.com/iam-abhishek-yadav/rockpaperscissors
- Owner: iam-abhishek-yadav
- Created: 2024-03-11T07:49:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T19:35:20.000Z (6 months ago)
- Last Synced: 2024-06-16T20:47:25.642Z (6 months ago)
- Topics: docker, github-actions, javascript, reactjs
- Language: JavaScript
- Homepage: https://rockpaperscissors-nine-sage.vercel.app
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
To play the game, just run
```bash
docker run -p 5173:5173 abhishekr1/rockpaperscissors:latest
```