Skip to content

garamgim/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rock-paper-scissors

Links

Link to the assignment 1 (console game): https://www.theodinproject.com/lessons/foundations-rock-paper-scissors
Link to the assignment 2 (adding UI): https://www.theodinproject.com/lessons/foundations-revisiting-rock-paper-scissors

About

I first made a Rock paper scissors Javascript console game according to assignment 1, then after moving to assignment 2, made a HTML & CSS Website and linked it to the previous game with refactoring.

What I mainly learned in this stage is how to use DOM methods. Planning for the logic itself was not very difficult but making it work was another story. It was very exciting to apply what I learned to practice though.