Instructions
Controls
- Keyboard: A, D or , to move left and right respectively
- Mouse: Click on buttons and Hover over game window to move the paddle.
- Touch: Tap on buttons and Drag the paddle around
Description and Features
Description and Features
This is an attempt to make a Breakout-Style game for the web. I am no expert in game design or programming. Just passionate.
What it has:
- A main menu
- At least one level.
- A game over screen
- The ability to pause and unpause
Resources
- Game UI With HTML5 Canvas
- 2D Breakout Game with Pure Javascript: The basis for the project.
- Javascript Game State Stack Engine Used to create the backbone of the game. Once I understood how it worked, it seemed obvious.