12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <!DOCTYPE html>
- <!-- saved from url=(0026)https://lab.hakim.se/core/ -->
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <meta name="description" content="Use your shield to defend the Core from the evil red organisms!">
- <meta name="author" content="Hakim El Hattab">
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta name="viewport" content="width = 450">
- <title>core</title>
- <link href="css/reset.css" rel="stylesheet" media="screen">
- <link href="css/main.css" rel="stylesheet" media="screen">
- <link href="css/css" rel="stylesheet">
- </head>
- <body data-gr-c-s-loaded="true" class="vsc-initialized">
- <div id="status" class="ui" style="left: -49px; top: -12px; display: block;">Score: <span>5457</span> Time:
- <span>59.98s</span>
- </div>
- <div id="panels" style="left: -49px; top: -12px; width: 1000px; height: 650px; display: block;">
- <div id="message" class="ui">
- <h2 id="title">Core</h2>
- <p>
- Protect the core from incoming red projectiles. Let green ones through.
- <em>Press & hold SPACE</em> for a temporary shield.
- </p>
- <button id="startButton" class="start-button">Start game</button>
- </div>
- </div>
- <canvas id="world" width="1000" height="650" style="position: absolute; left: -55px; top: -18px;">
- <p class="no-canvas">
- You need a <a href="https://www.google.com/chrome">modern browser</a> to view this.
- </p>
- </canvas>
- <canvas id="background" width="1000" height="650" style="position: absolute; left: -49px; top: -12px;"></canvas>
- <script src="js/timbre.js"></script>
- <script src="js/core-audio.js"></script>
- <script src="js/core.js"></script>
- </body>
|