Overview of Project 1_1 In HTML: 1. Set up a reference to createjs 2. Set up a canvas object in the body 3. Set up a call to our JS code In JS: 1. Set up Global Variables 2. Write an init() function to set up our Stage and Ticker 3. Write an initGame() function to set up and reset our game 4. Write a gameLoop() function that will actually run/play our game 5. Write a gameOver() function that will end the game and call initGame()