Skip to content

Software-Development-Mastermind/rock-paper-scissors-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rock-paper-scissors

A classic game played by many during their early days.

Live Demo

demo-screenshot

Summary

Rock, paper, scissors is a game that many grew up with due to its simplicity to handle fueds. Commonly played in a best of three format, rock-paper-scissors allows unlimited tries to test your luck or skill against probability.

The rules for rock, paper, scissors can be handled by switch statements. The computer's choice is determined randomly by the built-in object, Math.

Author

  • Anderson Duong - Full-Stack Developer

About

Vanilla Javascript app for everyone's childhood game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 62.8%
  • HTML 29.2%
  • CSS 8.0%