Add README.
[matrixcreatrix.git] / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <title>Matrix Creatrix</title>
5 <meta charset="utf-8" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7 <meta name="description" content="Matrix Creatrix - for Ludum Dare 23" />
8 <meta name="author" content="Joe Wreschnig" />
9 <meta name="viewport" content="width=device-width; initial-scale=1.0" />
10 <meta name="author" content="Joe Wreschnig" />
11 <link rel="stylesheet" href="ps.css" type="text/css">
12 <link rel="stylesheet" href="game.css" type="text/css">
13 <script type="text/javascript" src="ps2.1.js"></script>
14 </head>
15 <body onload="PS.Sys();">
16 <div id="main">
17 <input id="status" name="status" type="text" class="noselect" readonly />
18 <canvas id="screen" name="screen" width=480 height=480 class="noselect">
19 This game requires HTML Canvas support.
20 </canvas>
21 </div>
22 <div id="debug" name="debug" style="display: none;">
23 <textarea id="monitor" name="monitor" cols=57 rows=8 wrap=soft readonly=true>
24 </textarea>
25 </div>
26
27 <script type="text/javascript" src="game.js"></script>
28
29 <div id="header">
30 "☹ Aw, Snap!"?<br />
31 <a href="game-noaudio.html">Try the audio-free version</a>.
32 </div>
33 <div id="instructions">
34 The job of a goddess is tricky. Gather elements from
35 the <span class="void">void</span> to fashion worlds full
36 of <span class="air">air</span>
37 and <span class="water">water</span>,
38 supporting <span class="life">life</span>. Create as many as you
39 can. Find all <span class="life">life</span> a home to move onto
40 the next plane of existence.
41 </div>
42 <div id="myfooter">
43 An entry
44 in <a href="http://www.ludumdare.com/compo/ludum-dare-23/">Ludum
45 Dare 23</a>.<br /> Made
46 with <a href="http://www.perlenspiel.org/">Perlenspiel</a>.
47 </div>
48 </body>
49 </html>