Skip to content

eikouji/rock-paper-scissors-JS-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors JavaScript Game

Description

A JavaScript Rock Paper Scissors game.

Scissors > Paper, Paper > Rock, Rock > Scissors

If Scissors = Scissors, Paper = Paper, OR Rock = Rock, there will be a draw.

Tools and Concepts in this Game

  • .getElementById()
  • .querySelectorAll()
  • .forEach()
  • .addEventListener()
  • .innerHTML
  • e.target.id
  • Math.floor()
  • Math.random()

Screen cap of working game

Screenshot 2022-04-20 222742

URL to app

https://eikouji.github.io/paper-scissors-rock-JS-Game/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published