External Exam Download Resources Web Applications Games Recycle Bin

Breakout


slice algorithm
By making sure a rebound isn’t simply "random" or "simple", we give control back to the user, and add skill to our game:




draw sprites
Make sure all sprites are centred:




scripts
ball:


paddle:


aim_square:



questions
Attempt the add the following elements to this game:
  1. bottom of screen = out of bounds / game over
  2. bricks / blocks
    • that disappear when hit
    • that rebound ball when hit
  3. scoring
  4. limited time / time penalty
  5. bonuses that fall from random blocks
    • increase paddle width
    • second ball
  6. use clone tool to create multiple blocks
  7. speed up ball as game progresses
Extension: This game is similiar to Pong. If you finish the above elements, can you attempt to recreate the game of Pong using the mechanics from this game?