-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
73 lines (58 loc) · 2.49 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<title>20,000 Light Years Into Space</title></head>
<body background="data/006metal.jpg" bgcolor="#400000" text="white" link="white" vlink="white">
<center><img src="data/header.jpg" alt="20,000 Light Years Into Space"><br><br>
A <a href="http://www.jwhitham.org.uk/biscuit_games/">Biscuit Games</a> production for Pyweek<br><br>
<font size="+1">
<a href="story.html">The Story</a> -
<a href="instructions.html">Instructions For New Players</a> -
<a href="install.html">Installation Instructions</a> -
<a href="about.html">About The Game</a> -
<a href="http://www.jwhitham.org.uk/biscuit_games/LightYears/">Download</a>
</font><br><br>
</center>
<h3>About the Game</h3>
<p>"20,000 Light Years Into Space" was written for
<a href="http://www.pyweek.org">Pyweek</a> (March 2006) by
Jack Whitham. It is a single-player real-time strategy game
with a science-fiction theme. For game updates, visit
<a href="http://www.jwhitham.org.uk/">www.jwhitham.org.uk</a>.
<h3>Legal stuff</h3>
<ul><li>
All code copyright (C) Jack Whitham 2006
<li>
Lunar texture (C) NASA, taken from:
http://www.apolloexplorer.co.uk/hires/lunar_surface/default.htm
<li>
Rivets, greenrust, brick and 006metal textures from Accustudio:
http://www.accustudio.com/
<li>
Floppy disk icon from XSane:
http://www.xsane.org/
<li>
Other data files (C) Jack Whitham 2006
</ul>
<h3>About the Author</h3>
<a href="http://www.jwhitham.org.uk">Jack Whitham</a> is
a second-year PhD student at <a href="http://www.cs.york.ac.uk/">The
University of York</a>, specialising in embedded real-time systems.
"20,000 Light Years" is Jack's first entry into a games competition,
and his first real-time strategy game.
<h3>License</h3>
<pre>
20,000 Light-Years Into Space, a computer game
Copyright (C) 2006 Jack Whitham
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301 USA
</pre>
</body></html>