about summary refs log tree commit diff stats
path: root/docs/controls/keyboard.html
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>
254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300