-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.en.html
59 lines (54 loc) · 2.71 KB
/
index.en.html
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
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type"></meta>
<title>Soft(ware)Ball</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<div id="header">
<div id="logo"></div>
<div>
<div id="title">Soft(ware)Ball</div>
<div id="tagline"><span class="quote">"Software development is a cooperative game of invention and communication"</span><br>Alistair Cockburn</div>
</div>
</div><!-- header -->
<div id="content">
A few ressources to play Soft(ware)Ball :
<ul>
<li>The rules of the game on a single A3 (<a href="resources/en/A3.svg">svg</a>|<a href="resources/en/A3.pdf">pdf</a>)</li>
<li>The player sheet, including the rules of the game (<a href="resources/en/player_sheet.odt">odt</a>|<a href="resources/en/player_sheet.pdf">pdf</a>)</li>
<li>The setup sheet, for game organizers (<a href="resources/en/setup_sheet.odt">odt</a>|<a href="resources/en/setup_sheet.pdf">pdf</a>)</li>
<li><a href="resources/en/ScoreSheet_oaz_20140527.svg">An empty score sheet</a></li>
<li>Some game sequences :
<ul>
<li><a href="resources/en/sequences/RightAngles_oaz_20131013.odg">Right Angles</a> (easy)</li>
<li><a href="resources/en/sequences/TheBigSwitch_oaz_20130910.odg">The Big Switch</a> (intermediate)</li>
<li><a href="resources/en/sequences/EventDriven_oaz_20130902.odg">Event Driven</a> (intermediate)</li>
<li><a href="resources/en/sequences/InfiniteLoops_oaz_20130902.odg">Infinite Loops</a> (hard)</li>
</ul>
</li>
<li><a href="resources/misc/logo_oaz_20130527.svg">A logo in vector format</a></li>
<li><a href="resources/en/presentations/softwareball_sgcdg_2013_oaz.svg">Slides</a> of the <a href="http://www.scrumalliance.org/courses-events/events/global-gatherings/2013/paris-2013">Scrum Gathering Paris 2013</a> talk.</li>
</ul>
</div><!-- content -->
<div id="footer">
<div id="license">
<a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/">
<img style="border-width: 0pt;" src="https://i.creativecommons.org/l/by-sa/3.0/88x31.png" alt="Contrat Creative Commons">
</a>
<br>
<span>The content fo the Soft(ware)Ball site is licenced under<br>
<a rel="license" href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution – Share Alike 3.0 Unported</a>.
</span>
</div><!-- license -->
<div id="author">
<a href="index.html"><img src="images/fr.png"/></a>
<a href="index.en.html"><img src="images/en.png"/></a>
<a href="index.nl.html"><img src="images/nl.png"/></a>
<br/>
This site is hosted on <a href="https://github.com/Oaz/SoftwareBall">github.com/Oaz/SoftwareBall</a>.<br>You can contribute using "pull requests".
</div>
</div><!-- footer -->
</body>
</html>