Stefan Schuermans commited on 2019-08-14 17:42:13
Showing 1 changed files, with 23 additions and 0 deletions.
... | ... |
@@ -12,6 +12,29 @@ |
12 | 12 |
In case only one player is in the game, the other side is played |
13 | 13 |
by the computer. |
14 | 14 |
</p> |
15 |
+ <h2>Keys</h2> |
|
16 |
+ <p> |
|
17 |
+ The game is controlled via operator connections, i.e., via telephone |
|
18 |
+ keys. The key have the following functions: |
|
19 |
+ <table> |
|
20 |
+ <tr><td><b>key</b></td> |
|
21 |
+ <td width="2em"></td> |
|
22 |
+ <td><b>description</b></td></tr> |
|
23 |
+ <tr><td><code>#</code></td> |
|
24 |
+ <td></td> |
|
25 |
+ <td>leave game</td></tr> |
|
26 |
+ <tr><td><code>*</code></td> |
|
27 |
+ <td></td> |
|
28 |
+ <td>play left or right player sound to inform user about the |
|
29 |
+ active game and the side on which he is playing</td></tr> |
|
30 |
+ <tr><td><code>2</code></td> |
|
31 |
+ <td></td> |
|
32 |
+ <td>move paddle up</td></tr> |
|
33 |
+ <tr><td><code>8</code></td> |
|
34 |
+ <td></td> |
|
35 |
+ <td>move paddle down</td></tr> |
|
36 |
+ </table> |
|
37 |
+ </p> |
|
15 | 38 |
<h2>Configuration</h2> |
16 | 39 |
<p> |
17 | 40 |
The configuration of the pong module with name <code>NAME</code> |
18 | 41 |