An attempt by me to create a Breakout-style game using ES6 Javascript.
I have a link here.
- Mouse
- Keyboard
- Touch Screen Not implemented yet
- Gamepad Not implemented yet
- Mouse
- Move mouse
left/right
to move paddle Click on pause
button to pause game Not implemented yetClick on quit
button to quit the game (goes back to main menu)Click on resume
button to resume the game
- Move mouse
- Keyboard
A
andD
/Left Arrow
andRight Arrow
to move left and rightP
to pause and unpause the gameQ
to quit game while the game is paused (goes back to main menu). Not implemented yet
- Touch Screen Not implemented yet
Tap start
button to start the gameDrag
paddle to move itTap pause
button to pause the gameTap Resume
button to resume the gameTap Quit
button to quit the game
- Gamepad (XBox Controller) Not implemented yet
Left
andRight
on DPad / JoystickStart
button pauses gameUp
orDown
on DPad / Joystick move through game menu optionsA
button selects current button.
Paddle : The rectangle at the bottom of the screen. Can move left or right.