ABOUT PAGE
THE SQUASH GAME
ABOUT PAGE
RETURN TO HOME 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
http://www.findsounds.com/ - This was used to make the noise when the mouse is clicked to start and end game.
http://soundbible.com/1952 - This was used to make a sound when the ball touches the top of the wall.
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
https://developer.mozilla org/ -Keyboard Controls
https://developer.mozilla.org - Make Ball Bounce and Collision Detection
http://www.html5gamedevs.com/ Making Start Menu.
http://stackoverflow.com - Restarting the game.
http://stackoverflow.com/ - local storage for highscore.
Canvas Game Breakout
http://www.w3schools.com/ - W3School for general solutions with javascript and html.