ABOUT PAGE

About the game

The game and this page was made using javascript, sounds and html. The refrence for using ideas and apply the knowledge to create this game is as follow:

Audio Refrences

  1. http://www.findsounds.com/ - This was used to make the noise when the mouse is clicked to start and end game.
  2. http://soundbible.com/1952 - This was used to make a sound when the ball touches the top of the wall.
  3. http://soundbible.com/1945 - This was used to make a sound when the game is over and the ball touches the floor.

Game Logic and Code Idea Refrence

  1. https://developer.mozilla org/ -Keyboard Controls
  2. https://developer.mozilla.org - Make Ball Bounce and Collision Detection
  3. http://www.html5gamedevs.com/ Making Start Menu.
  4. http://stackoverflow.com - Restarting the game.
  5. http://stackoverflow.com/ - local storage for highscore.
  6. Canvas Game Breakout
  7. http://www.w3schools.com/ - W3School for general solutions with javascript and html.