Skip to content

DoodleDeBug/rps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game

Things I've Learnt (/am learning): (part 1)

  • Importance of writing comments
  • If statements
  • Importance of writing an algorithm before jumping into code

Things That Turned Out Well (part 1)

  • It works! Whooooo!

Things I've Learnt/practiced: (part 2)

  • Improved CSS and JavaScript
  • While loop
  • Traversing the DOM
  • Importance of writing re-usable code

Things That Turned Out Well (part 2)

  • It looks cool
  • It works!

Things That Could Have Been Better

  • The round counter doesn't immediately update after a go, it is always one round behind (fixed this)
  • Code could have been much cleaner, I need to work on that...