/rock-paper-scissors

A Rock Paper Scissors game created as part of The Odin Project's curriculum.

Primary LanguageJavaScript

Rock Paper Scissors Game

A simple Rock Paper Scissors game created as part of The Odin Project's curriculum.

Live Demo

Preview: here

Technologies

  • HTML
  • CSS
  • JavaScript

Summary

What I learned

  • Getting a random number between two values
  • Using multiple functions together
  • Working with comments before writing the code
  • Using a feature branch as well as merging its changes into the main one
  • Rewriting/refactoring older code to implement a UI
  • Manipulating the DOM using JavaScript
  • Executing code on certain events like clicking buttons

Future Improvements

  • Better mobile support
  • Better looking UI