Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 708 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 708 Bytes

TOP-Rock, Paper, Scissors# Roshambo

This web page was developed for the The Odin Project Foundations Course.

General Information

  • This is a student project for web design.
  • It uses an HTML page with an external javascript file.
  • The code is an implementation of the Rock, Paper, Scissor game
  • The javascript is run from the browser's developer console by calling the game() function
  • The game is completed after 5 rounds

Acknowledgements

Give credit here.

TOP-Roshambo