-
Notifications
You must be signed in to change notification settings - Fork 9
/
credits.html
55 lines (48 loc) · 1.49 KB
/
credits.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
<html>
<head>
<title>iNethack Credits</title>
<style type="text/css" media="screen">
body {
font-family: Helvetica;
font-size: 17pt;
text-align: center;
color: white;
background-color: black;
}
ul {
font-size: smaller;
list-style: none;
padding: 0;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<h1>NetHack iPhone Port</h1>
<p>Original port: © 2009 Dirk Zimmermann</p>
<p>Updated in 2015 by Jeff King</p>
<p>based on</p>
<p>
Nethack 3.4.3<br />
<small>© 1985 Stichting Mathematisch Centrum, Amsterdam</small>
</p>
<p>See license for details.</p>
<p>
<a href="http://code.google.com/p/inethack/">Source Code</a>
</p>
<h2>Contributors</h2>
<ul>
<li><a href="http://chronosoft.com">Kevin Hill</a></li>
<li><a href="http://ciaranwal.sh">Ciarán Walsh</a></li>
<li><a href="http://futureshocksoftware.com/">Jeff King</a></li>
<li>Bryce Cogswell</li>
</ul>
<h2>Gfx / Tilesets</h2>
<ul>
<li>John Shaw (<a href="http://www.freewebs.com/aesthetictech/absurd.htm">Absurd</a>)</li>
<li>James Hogwood (<a href="http://www.multifoliate.com/nh/">Abigaba Chozo</a>)</li>
<li>K. Bailey (<a href="http://www.multifoliate.com/nh/">Abigaba Chozo B</a>)</li>
<li>DragonDePlatino (<a href="http://dragondeplatino.deviantart.com/art/DawnHack-NetHack-3-4-3-UnNetHack-5-1-0-416312313">DawnHack</a>)</li>
</ul>
</body>
</html>