emuel-vassallo / rock-paper-scissors

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

Home Page:https://emuel-vassallo.github.io/rock-paper-scissors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://emuel-vassallo.github.io/rock-paper-scissors/


Languages

Language:JavaScript 61.5%Language:HTML 21.4%Language:CSS 17.1%