blob: 0008a9e9d6e71ebd8b43d77cc646b4e24f1059dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>
|