Difference between revisions of "Hack 1.0 source code"

From NetHackWiki
Jump to navigation Jump to search
(initial version)
 
(Other files)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{NetHack source code}}
 
This page contains links to the '''source code''' of [[Hack 1.0]]. This is an old release; for the latest release, see [[Source code]].
 
This page contains links to the '''source code''' of [[Hack 1.0]]. This is an old release; for the latest release, see [[Source code]].
  
See [[Hack 1.0#Availability]] for details on this code's origin. This set of files is from the distribution found [http://www.juiblex.co.uk/nethack/source/ab_hack-1.0.tar.gz here].
+
See [[Hack 1.0#Availability]] for details on this code's origin.  
  
 
{|style="width: 100%;"
 
{|style="width: 100%;"
Line 25: Line 26:
 
|style="width: 50%; vertical-align: top;"|
 
|style="width: 50%; vertical-align: top;"|
 
=== Source files ===
 
=== Source files ===
 +
* [[Hack 1.0/hack.c]]
 
* [[Hack 1.0/hack.apply.c]]
 
* [[Hack 1.0/hack.apply.c]]
 
* [[Hack 1.0/hack.bones.c]]
 
* [[Hack 1.0/hack.bones.c]]
Line 79: Line 81:
 
* [[Hack 1.0/rnd.c]]
 
* [[Hack 1.0/rnd.c]]
 
|}
 
|}
 +
 +
== Other files ==
 +
 +
* [[Hack 1.0/data]]
 +
* [[Hack 1.0/rumors]]
  
 
[[Category:Hack 1.0 source code| ]]
 
[[Category:Hack 1.0 source code| ]]

Latest revision as of 13:10, 11 April 2015

This page contains links to the source code of Hack 1.0. This is an old release; for the latest release, see Source code.

See Hack 1.0#Availability for details on this code's origin.

Header files

Source files

Other files