Skip to content

tjy-justin/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors v2

This is Rock, Paper, Scissors, a game that never gets old! Now with a graphical interface.

chrome_Jk9Ha

Live Preview

This project is hosted on GitHub Pages. Feel free to try it out!

Motivation and Goals

This project is designed as part of The Odin Project's wonderful Web Development curriculum.

  • Refactor logic to accommodate for v2 GUI.
  • Implement with the DOM API.
  • Implement buttons.
  • Implement shadows and transition effects.
  • Implement score and round output.
  • Implement result output in plain English.
  • Implement restart.
  • Implement header and footer.
  • Make it pretty!

Limitations

  • None, as all the requirements of this project were met.

Resources

Below are a collection of resources which helped improve my skills ✨ while building the project:

Console Version (v1)

GUI Version (v2)

This array article has better examples compared to w3s':

Non-Technical

Built with ❤️ to The Odin Project ~