modernweb-dev /
rocket
The modern web setup for static sites with a sprinkle of JavaScript
Loading repository data…
Subhrajeet-Bhoi / repository
A modern Rock Paper Scissors game built with HTML, CSS & JavaScript. Play against the computer, track your score, and enjoy animated visuals.
Welcome to the Rock Paper Scissors Game!
Challenge your computer, watch your scores climb, and enjoy slick visuals, animations, and instant feedback—all in a modern browser experience.
index.html in your browser.├── index.html # Main HTML file
├── style.css # Game styles & animations
├── Script.js # Game logic and interactivity
└── assets/
├── rock.png
├── paper.png
└── scissors.png
assets/.Script.js.style.css.Script.js!Note:
There’s a small typo in the code!
In theplayGamefunction, changeuserWindtouserWinfor correct results:
// Fix this line:
userWind = compChoice ==="paper" ? false : true
// To:
userWin = compChoice ==="paper" ? false : true
Works on all modern browsers—Chrome, Firefox, Edge, Safari.
Open-source and free for everyone!
Remix, improve, or use as a learning project.
Found a bug or have a cool idea?
Feel free to open an issue or contribute!
Enjoy the game, challenge your friends, and may the best player win!
Made by ❤️ Subhrajeet Bhoi
Selected from shared topics, language and repository description—not editorial ratings.
modernweb-dev /
The modern web setup for static sites with a sprinkle of JavaScript
Agent-A345 /
A modern Rock Paper Scissors web game built using Python Flask with an animated interface, countdown timer, score tracking, and interactive gameplay against the computer.
Bipan101 /
Experience the classic game of Rock Paper Scissors with a modern twist. This interactive web-based version is crafted using HTML for structure, CSS for styling, and JavaScript for responsive gameplay. Engage in this timeless battle of wits and strategy, now accessible right from your browser!
Stephen-Adom /
Rockfest is a responsive, well-designed, website template for music events, concerts, festivals, night club, built with modern technologies like HTML5, CSS3, Bootstrap and CSS3
Ayokanmi-Adejola /
A responsive, interactive Rock Paper Scissors game built with HTML, CSS, and JavaScript. Features include score tracking with localStorage persistence, animated transitions, and a clean, modern UI that works across all device sizes.
bocaletto-luca /
Rock, Paper, Scissors – Single Player is a modern, responsive, web game where you play against a computer opponent that offers three difficulty levels. The match ends when either you or the computer reaches 5 wins. Featuring a sleek dark theme, dynamic score updates, and a built‑in Help modal, this game delivers a polished and engaging user ...