diff options
Diffstat (limited to 'docs/gamemodes')
-rw-r--r-- | docs/gamemodes/marathon.html | 7 | ||||
-rw-r--r-- | docs/gamemodes/versus.html | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/gamemodes/marathon.html b/docs/gamemodes/marathon.html new file mode 100644 index 0000000..4fded3c --- /dev/null +++ b/docs/gamemodes/marathon.html @@ -0,0 +1,7 @@ +<html> + <button onclick="history.back()">Back</button> + <br> + <h1>Marathon Mode</h1> + <hr> + The goal in Marathon Mode is to hit the ball against the right edge as much as possible to get a high score. All games are saved, up to 131,000 games. You can see all scores in the game, or in the file <code>~/.local/share/iotib/Pong/leaderboard.txt</code> +</html> diff --git a/docs/gamemodes/versus.html b/docs/gamemodes/versus.html new file mode 100644 index 0000000..1acc842 --- /dev/null +++ b/docs/gamemodes/versus.html @@ -0,0 +1,7 @@ +<html> + <button onclick="history.back()">Back</button> + <br> + <h1>Versus Mode</h1> + <hr> + Versus mode can be played in two ways, singleplayer and multiplayer. In singleplayer you fight against an AI paddle, while in multiplayer you fight an opponent locally. In order to play multiplayer you need two gamepads. Alternatively, Player 1 can use the W and S keys, and Player 2 can use the arrow keys. +</html> |