Rock-Paper-Scissors Game

Rock-Paper-Scissors Game

5 devlogs
4h 42m
•  Ship certified

This Rock-Paper-Scissors game is a fully functional web-based project created using the core front-end technologies: HTML, CSS, and JavaScript. The interface is user-friendly, allowing players to click on rock, paper, or scissors to make their move, while the computer randomly generates its own choice. JavaScript drives the game logic, compares outcomes, updates scores dynamically, and displays the results in real time. CSS is used to style the buttons, layout, and text for a clean, visually appealing, and responsive design across devices.

Timeline

Ship 1

1 payout of shell 32.0 shells

Bhav Kartik Jindal

13 days ago

Bhav Kartik Jindal Covers 5 devlogs and 4h 42m

Finished the project and uses JSON.parse to update the code.

Update attachment

I added CSS designing to the layout and updated the code efficiently.

Update attachment

I added the score in local storage, so it can be efficiently saved in the game. Also, restructured and formatted the code.

Update attachment

I added an alert message popup to be issued when the score has to be updated. Also made an object to keep track of wins, losses and ties.

Update attachment

I just worked on the javascript code which applies all the logic and math of the game. I used functions and parameters to do it.

Update attachment