diff options
author | Ondřej Surý <ondrej@sury.org> | 2011-01-17 12:40:45 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2011-01-17 12:40:45 +0100 |
commit | 3e45412327a2654a77944249962b3652e6142299 (patch) | |
tree | bc3bf69452afa055423cbe0c5cfa8ca357df6ccf /src/pkg/exp/spacewar/spacewar.html | |
parent | c533680039762cacbc37db8dc7eed074c3e497be (diff) | |
download | golang-upstream/2011.01.12.tar.gz |
Imported Upstream version 2011.01.12upstream/2011.01.12
Diffstat (limited to 'src/pkg/exp/spacewar/spacewar.html')
-rw-r--r-- | src/pkg/exp/spacewar/spacewar.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/pkg/exp/spacewar/spacewar.html b/src/pkg/exp/spacewar/spacewar.html deleted file mode 100644 index 8f49b1c34..000000000 --- a/src/pkg/exp/spacewar/spacewar.html +++ /dev/null @@ -1,21 +0,0 @@ - -<h1>Spacewar</h1> -<table> -<tr><td valign=top> -<embed name="nacl_module" id="pluginobj" src="8.out" type="application/x-nacl-srpc" width=512 height=512> -<td valign=top> -This is a Go translation of the Java emulator pdp1.java in -<a href="http://spacewar.oversigma.com/sources/sources.zip">http://spacewar.oversigma.com/sources/sources.zip</a>. -See <a href="pdp1.go">pdp1.go</a>, <a href="spacewar.go">spacewar.go</a>, -and -<a href="http://spacewar.oversigma.com/readme.html">http://spacewar.oversigma.com/readme.html</a>. -<br><br> -The <i>a</i>, <i>s</i>, <i>d</i>, <i>f</i> keys control one of the spaceships. The <i>k</i>, -<i>l</i>, <i>;</i>, <i>'</i> keys control the other. The controls are spin one -way, spin the other, thrust, and fire. -<br> -<br> -<b>You may need to click on the game window to -focus the keyboard on it.</b> - -</table> |