Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

To play the game, just run
```bash
docker run -p 5173:5173 abhishekr1/rockpaperscissors:latest
```