diff options
Diffstat (limited to 'docs/controls/keyboard.html')
-rw-r--r-- | docs/controls/keyboard.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/controls/keyboard.html b/docs/controls/keyboard.html new file mode 100644 index 0000000..0008a9e --- /dev/null +++ b/docs/controls/keyboard.html @@ -0,0 +1,18 @@ +<html> + <button onclick="history.back()">Back</button> + <br> + <h1>Keyboard</h1> + <hr> + <ul> + <li> + Singleplayer + <br> + Up and Down controls the paddle, ESC pauses the game, Arrow Keys controls the menus such as the title screen and pause screen, and SPACE selects a menu item. + </li> + <li> + Multiplayer + <br> + W and S controls the 1st player paddle, Up and Down control the 2nd player paddle, and the rest is the same as singleplayer. + </li> + </ul> +</html> |