-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
63 lines (53 loc) · 1.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Selfish Game Challenge</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<style>
@font-face {
font-family: 'ankacoder';
src: url('font/ankacoder-r-webfont.woff') format('woff'),
url('font/ankacoder-r-webfont.ttf') format('truetype'),
url('font/ankacoder-r-webfont.svg#ankacoderregular') format('svg');
font-weight: normal;
font-style: normal;
}
body { color: black; background: tomato; padding: 10px 50px; }
body, pre, button { font: 17px ankacoder, "Courier New", "Menlo", monospace; }
a { color: inherit; }
button { background: none; border: 1px solid black; }
button:focus { outline: 0; }
</style>
</head>
<body>
<pre>
SELFISH GAME CHALLENGE
▀▀▀▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀▀▀▀▀
Hard core game dev session for free minds
RULES
You have to:
✔ Make a game
✔ In less than 48 hours
✔ Release the code under an open source license
✔ Be incredibly creative
You can also:
✔ Get a theme<span hidden>:</span> <button type=button id=generator>using this generator</button>
✔ Tell the world about it, using the #selfishgame hashtag
✔ Add your project to <a href="https://github.com/lisezmoi/selfish-game-challenge/blob/36387b7db2558bf95a4f0beb7ee3c1187443bf67/index.html#L51-L55">the list</a>
There is no:
✕ Participant number limit
✕ Imposed date
✕ Judges to check the validity of your participation
✕ Sponsors
✕ Prizes
LIST
Games initiated using this manifesto:
– <a href="http://cursend.us/">Cursendus</a>
– <a href="http://lisezmoi.org/reversible/">REVERSIBLE</a>
– <a href="http://paul.emik.free.fr/seudides/">Seudides</a>
+ <a href="https://github.com/lisezmoi/selfish-game-challenge">Add yours</a>
</pre>
<script src="selfishgame.js"></script>
</body>
</html>