Trade-Winds/index.html

101 lines
4.8 KiB
HTML
Raw Normal View History

2016-04-08 21:42:15 +02:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Lowrez-jam-2016 by AlamantusGameDev</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<script src="javascripts/scale.fix.js"></script>
<script src="Oversimplified.js"></script>
2016-04-08 21:42:15 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1 class="header">Lowrez-jam-2016</h1>
<p class="header">An OversimplifiedJS game for the 2016 LowRez Jam (https://itch.io/jam/lowrezjam2016)</p>
<ul>
<li class="download"><a class="buttons" href="https://github.com/AlamantusGameDev/LowRez-Jam-2016/zipball/master">Download ZIP</a></li>
<li class="download"><a class="buttons" href="https://github.com/AlamantusGameDev/LowRez-Jam-2016/tarball/master">Download TAR</a></li>
<li><a class="buttons github" href="https://github.com/AlamantusGameDev/LowRez-Jam-2016">View On GitHub</a></li>
</ul>
<p class="header">This project is maintained by <a class="header name" href="https://github.com/AlamantusGameDev">AlamantusGameDev</a></p>
</header>
<section>
2016-04-08 21:57:19 +02:00
<h2>Play</h2>
<p><i>If the box is empty, just refresh the page until it loads. It's a bug with the engine that comes up during development. It'll be fine when it's all finished!</i></p>
<canvas style="border:solid 1px black;" id="game">
Your browser is really old, dude - no canvas support! Update this thing!
</canvas>
<div id="audio"></div>
</section>
2016-04-08 21:57:19 +02:00
2016-04-08 21:42:15 +02:00
<section>
<h2>
<a id="about" class="anchor" href="#about" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About</h2>
<p>This is a work in progress for the <a href="https://itch.io/jam/lowrezjam2016">2016 LowRez Jam</a>. Its official name will probably be <em>Trade Winds</em>, and the final version will be <a href="https://alamantus-gamedev.itch.io/trade-winds">on Itch.io</a>.</p>
<h2>
<a id="controls" class="anchor" href="#controls" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Controls</h2>
2016-04-12 00:30:39 +02:00
<strong>In-Game Controls</strong>
2016-04-08 21:42:15 +02:00
<ul>
<li>Turn Left: <code></code> or <code>A</code>
</li>
<li>Turn Right: <code></code> or <code>D</code>
</li>
<li>Increase Speed: <code></code> or <code>W</code>
</li>
<li>Decrease Speed: <code></code> or <code>S</code>
</li>
<li>Open/Close Storage Screen: <code>X</code> or <code>Shift</code>
</li>
<li>Interact with Island: <code>Z</code> or <code>Space</code>
2016-04-12 00:30:39 +02:00
</li>
</ul>
<strong>Menu Controls</strong>
<ul>
<li>Move Cursor Up: <code></code> or <code>W</code>
</li>
<li>Move Cursor Down: <code></code> or <code>S</code>
</li>
<li>Next Page: <code></code> or <code>D</code>
</li>
<li>Previous Page: <code></code> or <code>A</code>
</li>
<li>Select Option: <code>Z</code> or <code>Space</code>
</li>
<li>Go Back/Close Menu: <code>X</code> or <code>Shift</code>
2016-04-12 00:30:39 +02:00
</li>
2016-04-08 21:42:15 +02:00
</ul>
<h2>
<a id="how-to-play" class="anchor" href="#how-to-play" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How to Play</h2>
2016-04-08 21:57:19 +02:00
<p>The speed gauge in the bottom left corner shows your current speed level. The energy bar next to it shows how long you can go as fast as you are going and refills over time. If you crash into the island, you lose all momentum and your speed resets to 0.</p>
<p>The bottom right side shows the clock. When the dial rotates back around to the top, the prices of items are all refactored. Time doesn't move when you're on a trade screen.</p>
<p>You can only buy 20 of one item and you can only hold 3 different kinds of items. Choose wisely!</p>
<p>You can haggle on an island with a 5% success rate. You can only haggle 5 times per island before they won't let you haggle anymore. If you haggle successfully, buying prices decrease and selling prices increase for the day.</p>
<p>Press right or left on the Storage screen to show the Map. Green pixels are islands and the red pixel is your current position. You can continue moving forward while the map is pulled up, but you can't control your ship. You have to exit the menu screen to control your ship.</p>
2016-04-08 21:42:15 +02:00
<p>There's no end game yet, but you can sail around and trade as long as you want!</p>
2016-04-08 21:42:15 +02:00
</section>
<footer>
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>