Skip to content

Satyamsharmahp36/rock-paper-scissors

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors Boilerplate

This is a repository of game development lab, where students learn to build a Rock Paper Scissors game using HTML, CSS & JS.

Here is the expected output

Working of game

Starting page of Rock Paper Scissors game

Game page of Rock Paper Scissors game

Fork this repo and get started with the project.

Additional details:

The font used is Poppins

Heading color is "rgb(90, 37, 192)"

background-color of rock paper and scissors image is "#ffc434"

Building Rock Paper Scissors Game

Iteration 1: Build the HTML page for the starting page and the game page.

Iteration 2: Style the HTML pages.

Iteration 3: Make the game functional using JavaScript.

Iteration 3.1: Declare the variables required for this game.

Iteration 3.2: Using random number function select the shapes randomly for the computer.

Iteration 3.3: Write onclick function with the game logic to make the game functional.

Iteration 3.4: Write a function with logic to display result.

Iteration 3.5: When the play again button is clicked the game page should be reloaded.

Happy Coding ❤️

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.5%
  • JavaScript 32.4%
  • HTML 30.1%