Lab 15: Object-Oriented Design
For this Lab, we are required to recreate Lab 14 as JavaScript classes. We are also required to make an OOP design for Hangman in our script.
Challenges
This assignment was a bit more difficult as we were working on how to do Object-Oriented Design which is basically like working on the different parts a full game. It was a bit difficult to think of the game in a meta kind of way.
Results
Below is what are final results for this lab are. You can find the link to the Javascript source right here.