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. Modify the application so, after login, you are given a choice to play the GuessGame, or to play RockPaperScissors. Do this by adding another state and another view.
  3. Create and implement the RockPaperScissors game. You will have to add a model as well as the controller code and some view code. Examples of online RPS games include