Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 731 Bytes

Rock, Paper, Scissors

This is my first attempt at a project with frontend language. Hence, my takeaways for this project is from a complete beginner's perspective.

What I've Learnt

  1. Animating with only CSS and JavaScript
  2. Priorities of CSS attributes
  3. Changing Contents of the Page through JavaScript
  4. Delaying functions in JavaScript

Live Preview

Future Implementations:

  1. Using an AI instead of a random number generator for computer's choice

Animation inspired by:

https://github.com/thomasblom/casino-rock-paper-scissors