Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.43 KB

File metadata and controls

33 lines (24 loc) · 1.43 KB

Team info:

Team-name: #normal-reedbuck Authors: @self-jw, Jolly Walia

JS Dev link: http://jsdev.learnersguild.org/goals/165-Core_Object_Oriented_JavaScript.html

Review Link: Project Review Link

Project Notes for Reviewer

Core Object Oriented JavaScript -- #165

A day-by-day structured deep dive into object-oriented JavaScript. Read articles, watch videos, complete lessons and exercises, and implement a final project.

Specs

  • Artifact produced is a fork of the core-oojs repo.
  • All readings and videos in the README are completed and checked off.
  • All exercises and lessons in the README are completed and checked off.
  • Final project is complete.
  • Final project code is in the Frogger directory of the artifact.
  • Final project follows the principle of coupling, also known as “separation of concerns”.
  • Final project follows the principle of encapsulation.
  • Final project follows the principle of abstraction.
  • Final project follows the principle of inheritance.
  • Code is well formatted with proper spacing and indentation.
  • Variables, functions, files, etc. have appropriate and meaningful names.

Instructions

  • Download the file and load index.html in your browser.
  • Use up, down, left, and right to move the player.
  • Obejective is to get to the water without hitting any of the bugs.