Breakout Game – Lesson 02

Task: use your own images for the background, paddle, and ball


What To Do

  1. Download and install SublimeText for OS X
    This is the text editor we will be using
  2. Right-click and save the game HTML file to your USB Drive
    Rick-click the link above and click "Save link as..."
  3. Open the new file game.html in Sublime Text
  4. Find and save a new file called background.png to your USB drive
    Notice the background image isn't working
  5. Find images for the ball and paddle and update the CSS to use them

Back to homepage