/rps_oop

Primary LanguageHTML

Rock Paper Scissors - OOP

This game of Rock Paper Scissors will written in OOP with a Model-View-Controller structure

View

  • Handles updating of DOM
  • Contains method for user choosing a move

Model

  • Randomly Generates Computer's Move
  • Contains method for resetting game

Controller

  • Does comparison to determine who wins