Include Enjoyable and Rogue 1980 sites.
[yukkurigames.com.git] / enjoyable / index.html
diff --git a/enjoyable/index.html b/enjoyable/index.html
new file mode 100644 (file)
index 0000000..3cdd8a3
--- /dev/null
@@ -0,0 +1,84 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta name=viewport content="width=device-width, initial-scale=1">
+    <link rel="stylesheet" href="/css/main.css" type="text/css">
+    <title>Enjoyable - Joystick and gamepad mapping for Mac OS X ~ Yukkuri Games</title>
+    <meta name="Description" content="Use your gamepad or joystick like a mousee and keyboard on Mac OS X. Like joy2key / JoyToKey on other operating systems." />
+  </head>
+  <body>
+    <header>
+      <a href="/">
+        <img src="/logotype_horizontal_1.png" class=logo alt="(◕ ヮ ◕)">
+        <img src="/logotype_horizontal_2.png" class=optional
+             alt="Yukkuri Games">
+      </a>
+      <h1>Enjoyable</h1>
+    </header>
+    <main>
+      <p style="text-align: center; max-width: 70%; margin-left: 15%;">
+        Use your gamepad or joystick like a mouse and keyboard on Mac OS
+        X.<br />
+        <a href="Enjoyable-1.1.zip">
+          <img src="screenshot.png"
+               alt="A screenshot of Enjoyable"
+               style="max-width: 100%"></a>
+      </p>
+      <ul class="download">
+        <li><a href="Enjoyable-1.1.zip">Enjoyable-1.1.zip</a> (1.2MB)
+        <li class="sh"><span data-optional>git clone </span><a href="http://git.yukkurigames.com/enjoyable.git">http://git.yukkurigames.com/enjoyable.git</a>
+      </ul>
+
+      <h2>Requirements</h2>
+
+      <ul>
+        <li>Mac OS X 10.7+</li>
+        <li>One or more HID-compatible (e.g. USB or Bluetooth) input devices</li>
+      </ul>
+
+      <h2>Mappings</h2>
+      <p>
+        I play games with a Playstation 3 controller, so these will be
+        useless if you have a different controller. These are the
+        mappings I use for games I like. To use them, just save them and
+        double-click on them in Finder, or use ⌘O in Enjoyable to import
+        them.
+      </p>
+      <ul style="font-size: 0.9em;">
+        <li><a href="mappings/6180%20the%20moon.enjoyable">6180 the moon</a></li>
+        <li><a href="mappings/Anodyne.enjoyable">Anodyne</a></li>
+        <li><a href="mappings/BasketBelle.enjoyable">BasketBelle</a></li>
+        <li><a href="mappings/Canabalt.enjoyable">Canabalt</a></li>
+        <li><a href="mappings/Forget-Me-Not.enjoyable">Forget-Me-Not</a></li>
+        <li><a href="mappings/KRUNCH.enjoyable">KRUNCH</a></li>
+        <li><a href="mappings/Probability%200.enjoyable">Probability 0</a></li>
+        <li><a href="mappings/Red%20Rogue.enjoyable">Red Rogue</a></li>
+        <li><a href="mappings/Runner2.enjoyable">Bit.Trip Presents Runner 2: Future Legend of Rhythm Alien</a></li>
+        <li><a href="mappings/Super%20Hexagon.enjoyable">Super Hexagon</a></li>
+      </ul>
+
+      <h2>License</h2>
+      <div class="copyright">2013
+        Joe Wreschnig, 2012 Yifeng Huang, 2009 Sam McCall
+        <p>Enjoyable is free software written by Joe Wreschnig and is
+          based on the Enjoy codebase written
+          by <a href="http://nongraphical.com">Yifeng Huang</a>
+          and <a href="http://abstractable.net/enjoy/">Sam McCall</a>.</p>
+
+
+        <p>Permission is hereby granted, free of charge, to any person obtaining
+          a copy of this software and associated documentation files (the
+          "Software"), to deal in the Software without restriction, including
+          without limitation the rights to use, copy, modify, merge, publish,
+          distribute, sublicense, and/or sell copies of the Software, and to
+          permit persons to whom the Software is furnished to do so, subject to
+          the following conditions:</p>
+
+        <p>The above copyright notice and this permission notice shall be
+          included in all copies or substantial portions of the Software.</p>
+        
+      </div>
+    </main>
+  </body>
+</html>