-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (93 loc) · 4.13 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE HTML>
<html>
<head>
<title>
#BBG
</title>
<script src="sources/logo.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="styles/main.css"/>
</head>
<body>
<canvas id="hash-bbg-logo">
Too bad canvas doesn't work on this machine
</canvas>
<article>
<h1>
Challenge 8
</h1>
<img class="theme-illustration" src="images/theme_illustration.png" alt="Summer Mushroom Crysis" style="max-width:100%;">
<div class="article-head">
<p>
<a href="http://hashbbg.com">#bbg</a> is having its monthly game creation challenge!
</p>
<p>
During the next month, entrants will be creating a game around the theme/name chosen by <a href="http://videogamena.me/">videogamena.me</a>. Each entrant has a maximum of 12 hours to create code, art and music towards their game.
If you have an itch to work with friends, then feel free to team up and submit a team entry. Every member has 12 hours, and the size of your team has to be disclosed with your submission.
If you really want to, you can make as many games as you like; so long as you obey the time-limit per game.
Entry's repos will be merged with this one, too, so feel free to have a look at anyone's source code after the fact.
</p>
</div>
<h4>
Dates
</h4>
<section>
<p>
From
<strong>
15th July, 5pm GMT
</strong>
to
<strong>
15th August, 5pm GMT.
</strong>
</p>
</section>
<h4>
Theme
</h4>
<section>
<p class="theme-name">Summer Mushroom Crysis</p>
<p>Picked randomly using <a href="http://videogamena.me/">videogamena.me</a>.</p>
</section>
<h4>
Submission
</h4>
<section>
<p>Fork this repo, create a folder for your entry, then pull request us when you're done.</p>
</section>
<h4>
Content restriction
</h4>
<section>
<ul>
<li>Use only content you have a legal right to.</li>
<li>There's no problem with serious topics, but any explicit content should give the viewer some warning. Any game with more serious content than <a href="http://www.mpaa.org/ratings/what-each-rating-means">PG13</a> must show an up-front warning. </li>
</ul>
</section>
<h4>
Time restriction
</h4>
<section>
<p>Make sure you mark on your submission (preferably somewhere in the README or in the game itself) the number of hours spent to create it. </p>
<p>You have to do all of the actual coding, music making and art making on the game itself within the 12 hours. Feel free to do research/conceptual stuff outside that, like:</p>
<ul>
<li>Thinking/conceptualising</li>
<li>Drafting game design</li>
<li>Looking for tools/art/music</li>
</ul>
</section>
<h4>
Libs/tools
</h4>
<section>
<p>Use any lib or tool you like. It's all fair game ;)</p>
</section>
<h4>
Platform
</h4>
<section>
<p>It has to run in a browser! Feel free to specify <em>which</em> browser, but remember; if you're too specific, fewer people may end up playing it.</p>
</section>
</article>
</body>
</html>