Skip to content

marlatte/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

My first JavaScript game! The initial version was played in the console, then I added a GUI as I moved through the lessons, and later refactored again after peer-review.

Demo

👉 Live Preview 👈

Skills Demonstrated

  • Code organization
    • Before I learned about modules, this was my attempt at keeping things readable and maintainable.
    • Categorized sections as Variables, Functions, or Event Listeners
      • Each section is divided into Behind the scenes and On-screen content (before I knew the terms gameController and screenController).
  • Refactoring
    • Initial refactoring done to give the console game a face, adding event listeners and the like to make an interactive UI.
    • After peer-review, refactored again for efficiency, responsiveness, and general UX improvements.

Acknowledgements

Built with

My Skills

About

Retro-futuristic, mobile-app-style game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published