Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Rock-Paper-Scissors

This Rock-Paper-Scissors project offers a ready-made HTML and CSS structure, and your goal as a beginner is to implement the game logic using JavaScript in the provided script.js file. Focus on capturing user input, generating a random computer move, determining the winner based on game rules, and updating the interface. It's a great opportunity for beginners to practice JavaScript skills and create a functional and interactive Rock-Paper-Scissors game, with room for creative enhancements and additional features.

Proceed to the Activity: rock-paper-scissors