-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (70 loc) · 4.57 KB
/
index.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<html>
<head>
<title>A Series of Interesting Choices</title>
<link href="https://fonts.googleapis.com/css?family=Archivo+Narrow|Bowlby+One+SC|Sigmar+One|Shrikhand" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="large.css" media="all and (min-width: 1300px)">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta charset="utf-8">
</head>
<body>
<div class="content">
<h1>A Series of Interesting Choices</h1>
<p class="introtext">
<strong>A Series of Interesting Choices</strong> is a game designed to help you practice your game design skills. It will guide you through the creative process of making a board game – from coming up with an initial idea, to writing down the rules, and finally testing it.<br><br>In the first part of the game you will have to design an actual, working game, based on concepts found on a hand of cards dealt to you. Then you will play each others games, earning points if you manage to win in some of them. Finally, you must try to guess what cards the other players used for their games – and also hope that they will be able to figure out yours. The person who manages to do all these things in the best way will be the winner.<br><br>
And if you don’t win? Hopefully you will have become a better game designer anyways!
</p>
<img style="width:100%;" src="Table.jpg">
<div class="minibox" style="margin-right:5%;">
<h2>Requirements</h2>
<p>The game is made for 2 – 4 players and takes between 60 and 90 minutes to play. Knowing anything about game design is not a prerequisite, but it's very helpful if the participants are familiar with some common board and card games.</p>
</div>
<div class="minibox" style="margin-right:5%;">
<h2>Practice makes perfect</h2>
<p>Though designed for being used in game design courses, this game also works great for independent study (both at home or in a workplace). Mastering any craft takes a lot of practice, game design one is no different!</p>
</div>
<div class="minibox">
<h2>Resources</h2>
<p>Here you can download the <a href="GameDesignForm.png">game design form</a> and <a href="A Series of Interesting Choices.pdf">rules</a> for printing.</p>
<p><strong>Order the game <a href="https://www.thegamecrafter.com/games/a-series-of-interesting-choices">here</a>.</strong></p>
<p>If you just want the game design cards, those are available <a href="https://www.thegamecrafter.com/games/a-series-of-interesting-choices-game-design-deck-only-">separately</a>.</p>
</div>
<div style="width: 100%; height: 1px; background-color: none; clear: left;"></div>
<div class="minibox" style="margin-right:5%;">
<h2>Components</h2>
<ul>
<li>72 game design cards</li>
<li>20 Bug tokens</li>
<li>4 x 4 voting tokens</li>
<li>12 dice</li>
<li>A special deck of cards</li>
<li>A 8x8 board with hexagons on the back</li>
<li>A 5x5 board with a race track on the back</li>
<li>8 x 4 player tokens</li>
<li>Play money</li>
<li>A big and sturdy box</li>
</ul>
</div>
<div class="minibox" style="margin-right:5%;">
<h2>A flexible system</h2>
<p>
A game like this must work well for different play environments and participants. <a href="ThemeMiniExpansion.png">Here</a> you can download a mini expansion for playing around with themes, if you're into that! Various levels on the game design cards also makes it possible to set the difficulty just right for your play group. More expansions and rules variations are on their way.
</p>
</div>
<div class="minibox">
<h2>The Creator</h2>
<p>A Series of Interesting Choices is made by the game designer and teacher <a href="http://www.eriksvedang.com">Erik Svedäng</a>. If you have questions or feedback, please contact him via <a href="mailto:[email protected]">email</a> or <a href="http://twitter.com/e_svedang">twitter</a>.</p>
</div>
<a href="WhatGameWouldYouMake.jpg">
<img src="WhatGameWouldYouMake.jpg" style="width:100%;">
</a>
<!-- <div style="width: 100%; height: 1px; background-color: none; clear: left;"></div> -->
<!-- <div> -->
<!-- <hr> -->
<!-- <h2>Resources</h2> -->
<!-- <p> -->
<!-- </p> -->
<!-- </div> -->
</div>
</body>
</html>