diff options
| -rw-r--r-- | rules.html | 57 | ||||
| -rw-r--r-- | teams.txt | 10 |
2 files changed, 67 insertions, 0 deletions
diff --git a/rules.html b/rules.html new file mode 100644 index 0000000..bb58459 --- /dev/null +++ b/rules.html @@ -0,0 +1,57 @@ +<!doctype html> +<html lang="fr"> +<head> + <meta charset="utf-8"> + <title>Rules - Palo Alto Series of Foosball</title> + <link rel="stylesheet" type="text/css" href="style.css"> +</head> +<body> + <h1>Rules</h1> + + <h2>Definitions</h2> + + <p>We will use the following table to refer to refer to the different parts of + the table:</p> + + <table> + <tr><td>Row 1</td><td>Goalkeeper (1 foosman)</td></tr> + <tr><td>Row 2</td><td>Defence (2 foosmen)</td></tr> + <tr><td>Row 3</td><td>Opponent's attack (3 foosmen)</td></tr> + <tr><td>Row 4</td><td>Midfield (5 foosmen)</td></tr> + <tr><td>Row 5</td><td>Opponent's midfield (5 foosmen)</td></tr> + <tr><td>Row 6</td><td>Attack (3 foosmen)</td></tr> + <tr><td>Row 7</td><td>Opponent's defence (2 foosmen)</td></tr> + <tr><td>Row 8</td><td>Opponent's goalkeeper (1 foosman)</td></tr> + </table> + + <h2>Tournament structure</h2> + + <h2>In-game rules</h2> + + <p>When the ball stops and cannot be reached by any foosmen, the action to + be taken depends on the position where the ball stopped:</p> + <ul> + <li>Before the third row: the ball is put in the closest + corner</li> + <li>Between the third and sixth rows: the ball is considered dead and + is kicked-off again from the middle</li> + <li>After the sixth row: the ball is put in the closest + corner</li> + </ul> + + <p>Things you cannot do: + <ul> + <li><em>Spinning:</em> swiftly spinning the bars all around without + holding them. + <li>Scoring from the middle directly after serve: the ball must be + touched by two of your players from two different rows before + a goal</li> + </ul></p> + + <p>Apart from that, everything is allowed, in particular: + <ul> + <li>Scoring from the midfield during the game</li> + <li>Scoring from the attack row without stopping the ball first</li> + </ul></p> +</body> +</html> diff --git a/teams.txt b/teams.txt new file mode 100644 index 0000000..77e3976 --- /dev/null +++ b/teams.txt @@ -0,0 +1,10 @@ +Stéphane and Yuko : Gaijin +Nima and Mathilde : Olympic Croquet +Thibaut and Fernando : Nighthawks +Alicia and Stratis : Cake and Death +Robert and Valeria : Red and Ruskie +Pedro +Sandy +Nina and Smriti +Nadia and Salman +Vijay and Zhen |
