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/rightto move paddle Click on pausebutton to pause game Not implemented yetClick on quitbutton to quit the game (goes back to main menu)Click on resumebutton to resume the game
- Move mouse
- Keyboard
AandD/Left ArrowandRight Arrowto move left and rightPto pause and unpause the gameQto quit game while the game is paused (goes back to main menu). Not implemented yet
- Touch Screen Not implemented yet
Tap startbutton to start the gameDragpaddle to move itTap pausebutton to pause the gameTap Resumebutton to resume the gameTap Quitbutton to quit the game
- Gamepad (XBox Controller) Not implemented yet
LeftandRighton DPad / JoystickStartbutton pauses gameUporDownon DPad / Joystick move through game menu optionsAbutton selects current button.
Paddle : The rectangle at the bottom of the screen. Can move left or right.