|
8 | 8 | <script type=text/javascript src=incl/haxteroids.js></script>
|
9 | 9 | </head>
|
10 | 10 | <body>
|
11 |
| - <!--<script type=text/javascript src=incl/header.js></script>--> |
12 |
| - <table ><tr> |
13 |
| - <!--<td><script type=text/javascript src=incl/sidebar.js></script></td>--> |
14 |
| - <td><table><tr> |
15 |
| - <td class=pad-right> |
16 |
| - <div class=card> |
17 |
| - <h2>Haxteroids<span class="float-right pad-hor"><a href=res/haxteroids/Report.pdf>ReadMe</a></span></h2> |
18 |
| - <table><tr> |
19 |
| - <td>Research Points: <span id=scoreSpan>0</span></td> |
20 |
| - </tr></table> |
21 |
| - <canvas id=haxteroids width=720 height=405>ERROR: Your browser does not support the HTML5 canvas element!</canvas> |
22 |
| - </div> |
23 |
| - </td><td class=pad-right> |
24 |
| - <div id=premise class=card style=display:none> |
25 |
| - <h2> |
26 |
| - Premise |
27 |
| - <span class=mar-right></span> |
28 |
| - <a onclick=showInstructions()>Instructions</a> |
29 |
| - <span class=mar-right></span> |
30 |
| - <a onclick=showSettings()>Settings</a> |
31 |
| - </h2> |
32 |
| - <p>The United Human Space Program has launched a small probe into the Oort cloud. You are located nearby (in astronomical terms) inside an orbital station flying high over the Pluto-Charon system. Your job is to monitor this probe and process the data it uncovers. Unfortunately, shortly after the probe's arrival to a particularly dense segment of the Oort cloud, the automatic guidance system was irreparably damaged, likely due to impact with high-velocity microdebris. As the success or failure of your career depends upon that of this mission, you have decided to take manual control over the probe, in a last-ditch effort to minimize the mission's inevitable losses.</p> |
33 |
| - </div> |
34 |
| - <div id=instructions class=card style=display:none> |
35 |
| - <h2> |
36 |
| - <a onclick=showPremise()>Premise</a> |
37 |
| - <span class=mar-right></span> |
38 |
| - Instructions |
39 |
| - <span class=mar-right></span> |
40 |
| - <a onclick=showSettings()>Settings</a> |
41 |
| - </h2> |
42 |
| - <ul class=list-style-circle> |
43 |
| - <li>To move, use either the arrow keys or WASD.</li> |
44 |
| - <li>To fire a missile, use either the spacebar or the return key.</li> |
45 |
| - <li>You have unlimited liquid fuel and monopropellant.</li> |
46 |
| - <li>You have unlimited missiles.</li> |
47 |
| - </ul> |
48 |
| - <ul class=list-style-circle> |
49 |
| - <li>Protip: Move backwards, and use your main thrusters to brake. You don't need to move fast to do well at this game, and your main engine is twice the thrust of your RCS.</li> |
50 |
| - </div> |
51 |
| - <div id=settings class=card style=display:none> |
52 |
| - <h2> |
53 |
| - <a onclick=showPremise()>Premise</a> |
54 |
| - <span class=mar-right></span> |
55 |
| - <a onclick=showInstructions()>Instructions</a> |
56 |
| - <span class=mar-right></span> |
57 |
| - Settings |
58 |
| - </h2> |
59 |
| - <ul> |
60 |
| - <li>Particles: <input id=particleSlider onchange=slideParticles(this.value) type=range min=1 max=2 step=1 value=2> <span id=particleSpan>High</span></li> |
61 |
| - <li>Stars: <input id=starSlider onchange=slideStars(this.value) type=range min=0 max=3 step=1 value=3> <span id=starSpan>High</span></li> |
62 |
| - <li><input id=texturesToggle onchange=toggleTextures(this.checked) type=checkbox checked=true> Rock Textures</li> |
63 |
| - <li><input id=rockCollisionToggle onchange=toggleRockCollision(this.checked) type=checkbox checked=true> Rock Collision</li> |
64 |
| - <li><input id=speedHackToggle onchange=toggleSpeedHack(this.checked) type=checkbox checked=true> Speedhacks</li> |
65 |
| - </ul> |
66 |
| - </div> |
67 |
| - </td> |
68 |
| - </tr></table></td> |
| 11 | + <table class=mar-top><tr> |
| 12 | + <td class=pad-hor> |
| 13 | + <div class=card> |
| 14 | + <h2>Haxteroids<span class="float-right pad-hor"><a href=res/haxteroids/Report.pdf>ReadMe</a></span></h2> |
| 15 | + <table><tr> |
| 16 | + <td>Research Points: <span id=scoreSpan>0</span></td> |
| 17 | + </tr></table> |
| 18 | + <canvas id=haxteroids width=720 height=405>ERROR: Your browser does not support the HTML5 canvas element!</canvas> |
| 19 | + </div> |
| 20 | + </td><td class=pad-right> |
| 21 | + <div id=premise class=card style=display:none> |
| 22 | + <h2> |
| 23 | + Premise |
| 24 | + <span class=mar-right></span> |
| 25 | + <a onclick=showInstructions()>Instructions</a> |
| 26 | + <span class=mar-right></span> |
| 27 | + <a onclick=showSettings()>Settings</a> |
| 28 | + </h2> |
| 29 | + <p>The United Human Space Program has launched a small probe into the Oort cloud. You are located nearby (in astronomical terms) inside an orbital station flying high over the Pluto-Charon system. Your job is to monitor this probe and process the data it uncovers. Unfortunately, shortly after the probe's arrival to a particularly dense segment of the Oort cloud, the automatic guidance system was irreparably damaged, likely due to impact with high-velocity microdebris. As the success or failure of your career depends upon that of this mission, you have decided to take manual control over the probe, in a last-ditch effort to minimize the mission's inevitable losses.</p> |
| 30 | + </div> |
| 31 | + <div id=instructions class=card style=display:none> |
| 32 | + <h2> |
| 33 | + <a onclick=showPremise()>Premise</a> |
| 34 | + <span class=mar-right></span> |
| 35 | + Instructions |
| 36 | + <span class=mar-right></span> |
| 37 | + <a onclick=showSettings()>Settings</a> |
| 38 | + </h2> |
| 39 | + <ul class=list-style-circle> |
| 40 | + <li>To move, use either the arrow keys or WASD.</li> |
| 41 | + <li>To fire a missile, use either the spacebar or the return key.</li> |
| 42 | + <li>You have unlimited liquid fuel and monopropellant.</li> |
| 43 | + <li>You have unlimited missiles.</li> |
| 44 | + </ul> |
| 45 | + <ul class=list-style-circle> |
| 46 | + <li>Protip: Move backwards, and use your main thrusters to brake. You don't need to move fast to do well at this game, and your main engine is twice the thrust of your RCS.</li> |
| 47 | + </div> |
| 48 | + <div id=settings class=card style=display:none> |
| 49 | + <h2> |
| 50 | + <a onclick=showPremise()>Premise</a> |
| 51 | + <span class=mar-right></span> |
| 52 | + <a onclick=showInstructions()>Instructions</a> |
| 53 | + <span class=mar-right></span> |
| 54 | + Settings |
| 55 | + </h2> |
| 56 | + <ul> |
| 57 | + <li>Particles: <input id=particleSlider onchange=slideParticles(this.value) type=range min=1 max=2 step=1 value=2> <span id=particleSpan>High</span></li> |
| 58 | + <li>Stars: <input id=starSlider onchange=slideStars(this.value) type=range min=0 max=3 step=1 value=3> <span id=starSpan>High</span></li> |
| 59 | + <li><input id=texturesToggle onchange=toggleTextures(this.checked) type=checkbox checked=true> Rock Textures</li> |
| 60 | + <li><input id=rockCollisionToggle onchange=toggleRockCollision(this.checked) type=checkbox checked=true> Rock Collision</li> |
| 61 | + <li><input id=speedHackToggle onchange=toggleSpeedHack(this.checked) type=checkbox checked=true> Speedhacks</li> |
| 62 | + </ul> |
| 63 | + </div> |
| 64 | + </td> |
69 | 65 | </tr></table>
|
70 | 66 | <script type=text/javascript src=incl/footer.js></script>
|
71 | 67 | <script type=text/javascript>init()</script>
|
|
0 commit comments