MVC

Understand an MVC framework for writing page-at-a-time web applications.

Instead of having you go through something like laravel, I will have you go through and understand my MVC PHP framework. The bonus of mine is that nothing is hidden, you don't need to read the documentation, you just read the code. My framework does some of what the others do, but in plain sight.

Ok, so what to do?

  1. Download and install the GuessGame2MVC application. Notes:
  2. Using GuessGame2MVC as starter code, create a new application called RockPaperScissors
  3. Implement the RockPaperScissors game. You will have to change the model as well as the controller code and some view code. Examples of online RPS games include