]> git.ozlabs.org Git - ponghero.git/blob - web/index.html
Add web pages.
[ponghero.git] / web / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5   <title>Pong Hero</title>
6   <link href="style.css" rel="stylesheet" type="text/css" />
7  </head>
8  <body>
9 <center>
10   <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>
11 </object>
12 </center>
13 <hr>
14   <h1>Pong Hero</h1>
15   <p>
16     My demo for the <a href="http://lca2008.linux.org.au/programme/open-day">
17       2008 linux.conf.au Open Day</a> is whimsically entitled "Pong
18       Hero".  It's a two-player game using the Nintendo Wii Remote as an
19       infra-red camera (inspired by <a href="http://www.cs.cmu.edu/~johnny/projects/wii/">Johnny Chunk Lee's Interactive Whiteboard 
20       project</a>), and two home-made infrared light pens.  I have a
21     <a href="irpen">separate page</a> describing how to make the pens.
22   </p>
23
24   <p>
25     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.
26   </p>
27
28   <p>
29     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>
30
31   <p>  <h2>Licence</h2>
32    <p>Pong hero is available under version 2 of the <a
33    href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.html">GNU General Public Licence
34    (GPLv2)</a> or (at your option) any later version.</p>
35
36   <h2>Thanks</h2>
37
38   <p>Thanks to Caitlin for hardware design and construction help,
39   Akkana Peck for the simple images, Val Henson and Anthony Towns for
40   wading into the codebase and finding my bug.
41   </p>
42   <hr>
43   Rusty Russell: rusty@rustcorp.com.au.
44 </body>
45 </html>