Difference between revisions of "NetHack 3.6.0 source code"

From NetHackWiki
Jump to navigation Jump to search
(marked rnd.c as annotated; rnd.c wasn't on the list for some reason...)
(Add 20% status to objnam.c.)
Line 157: Line 157:
 
* [[o_init.c]]
 
* [[o_init.c]]
 
* [[objects.c]]
 
* [[objects.c]]
* [[objnam.c]]
+
* [[objnam.c]] (20% annotated)
 
* [[options.c]]
 
* [[options.c]]
 
* [[pager.c]]
 
* [[pager.c]]

Revision as of 20:34, 23 August 2006

The NetHack source code is the human readable description of the computer program that creates the NetHack game world. NetHack is programmed in C, a portable language that compiles on many systems. The NetHack programmers, the DevTeam, are a dedicated but conservative bunch, releasing new versions very infrequently. The latest NetHack sources are available at (http://www.nethack.org/v343/download-src.html). Earlier versions are available at (http://www.nethack.org/common/index.html).

Wikihack provides an annotated version of the NetHack 3.4.3 source code. The original source code is distributed under the NetHack General Public License; our annotations use the GNU Free Documentation License. Read Project:Copyrights for detailed copyright information.

Here at Wikihack, anyone, including you, can annotate the source code. To copy in a source file that Wikihack is missing, you need copy and paste that file from NetHack 3.4.3. You can get an overview of the sources by reading the Beginner's Guide To Nethack Sources or just dive in!

An indicator like "(20% annotated)" indicates that someone has documented about 20% of the code, but the other 80% lacks annotations.

nethack-3.4.3/include

nethack-3.4.3/src