summaryrefslogtreecommitdiffstats
path: root/rules.html
blob: cb07e8ee5adfc8cd6c427e75ef44e2f14bd7be04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>  
<html lang="fr">  
<head>  
  <meta charset="utf-8">  
  <title>Technicolor's Foosball Tournament</title>  
  <link rel="stylesheet" type="text/css" href="style.css">  
</head>  
<body>
    <div id="content">
        <header>
        <h1>Palo Alto Series of Foosball</h1>
        <p>Be ready for the biggest Bay Area event :</p>
        </header>
        <article>
    <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>
    </article>
    <footer>
    © Copyright 2012, Entité TriCastor 
    </footer>
</div>
</body>  
</html>