Learning Objectives

  • Learn how to use MVC
  • Interactive JS in browser
  • Strengthen testing skills

What do you want to get better at?

  • CSS + HTML
  • Using DOM

Description

Side-scroller adventure game.

UI:

  • Expects that arrow buttons will function as navigation.
  • Expects that gravity will be present in game universe.
  • Expects collision detection

Technologies

JQuery, libraries that take care of physics of game (gravity, collision detection ect)

Milestones

Have an element in the browser that responds to arrow keys left, up, and right✓
Player cannot move outside of board boundry✓
Use Parallax Scrolling
Have a player/enemy interactions of some kind.
Functioning help/start buttons