NetHack 3.6.0 source code

From NetHackWiki
Revision as of 05:42, 17 June 2006 by PraetorFenix (talk | contribs) (Beginner's Guide To Nethack Sources - link)
Jump to navigation Jump to search

The source code of NetHack is the form in which the DevTeam programs NetHack. It tells the computer what to do when you play NetHack. The source code describes how the computer generates the dungeon. It describes each monster and item in the game.

Wikihack provides annotated versions of some of the source code. The original source code uses the NetHack General Public License; our annotations use the GNU Free Documentation License; see Project:Copyrights for the detailed copyright information.

Here at Wikihack (http://nethack.wikia.com/), 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 start by reading the Beginner's Guide To Nethack Sources or just dive in!

nethack-3.4.3/include

nethack-3.4.3/src