]> git.ozlabs.org Git - ponghero.git/blobdiff - web/index.html
Add web pages.
[ponghero.git] / web / index.html
diff --git a/web/index.html b/web/index.html
new file mode 100644 (file)
index 0000000..16462a5
--- /dev/null
@@ -0,0 +1,45 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+  <title>Pong Hero</title>
+  <link href="style.css" rel="stylesheet" type="text/css" />
+ </head>
+ <body>
+<center>
+  <object type="image/svg+xml" data="logo.svg" NAME="pong-hero-logo.svg" width="646" height="162"><img src="logo.png" title="Nintendo Wiimote PLUS Linux bluetooth PLUS Infra-red Torches EQUALS Pong Hero!"></h1>
+</object>
+</center>
+<hr>
+  <h1>Pong Hero</h1>
+  <p>
+    My demo for the <a href="http://lca2008.linux.org.au/programme/open-day">
+      2008 linux.conf.au Open Day</a> is whimsically entitled "Pong
+      Hero".  It's a two-player game using the Nintendo Wii Remote as an
+      infra-red camera (inspired by <a href="http://www.cs.cmu.edu/~johnny/projects/wii/">Johnny Chunk Lee's Interactive Whiteboard 
+      project</a>), and two home-made infrared light pens.  I have a
+    <a href="irpen">separate page</a> describing how to make the pens.
+  </p>
+
+  <p>
+    The code can be grabbed straight from <a href="http://git.ozlabs.org/?p=ponghero.git">the Ozlabs git repository</a>: it's pretty hacky and has at least one known bug in collision detection.
+  </p>
+
+  <p>
+    You can see see <a href="http://www.youtube.com/watch?v=q0qRR3lXJps">a video of the start of a game</a> thanks to <a href="http://mattinaction.blogspot.com/">Matt Rechenburg</a>, and a <a href="http://www.youtube.com/watch?v=mkfiXCY55qU">longer one with some setup</a> thanks to <a href="http://pjf.id.au/">Paul Fenwick</a>. </p>
+
+  <p>  <h2>Licence</h2>
+   <p>Pong hero is available under version 2 of the <a
+   href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public Licence
+   (GPLv2)</a> or (at your option) any later version.</p>
+
+  <h2>Thanks</h2>
+
+  <p>Thanks to Caitlin for hardware design and construction help,
+  Akkana Peck for the simple images, Val Henson and Anthony Towns for
+  wading into the codebase and finding my bug.
+  </p>
+  <hr>
+  Rusty Russell: rusty@rustcorp.com.au.
+</body>
+</html>