Difference between revisions of "Source diving"

From NetHackWiki
Jump to navigation Jump to search
(the initial version)
 
(==External links== *[http://members.shaw.ca/rob.ellwood/sources.txt Beginner's Guide to NetHack Sources])
Line 2: Line 2:
  
 
Source diving is usually done when someone wants to know how something really works in the game. Source divers may also program their own [[patch]]es to the game.
 
Source diving is usually done when someone wants to know how something really works in the game. Source divers may also program their own [[patch]]es to the game.
 +
 +
==External links==
 +
*[http://members.shaw.ca/rob.ellwood/sources.txt Beginner's Guide to NetHack Sources]
  
 
[[Category:Articles]]
 
[[Category:Articles]]

Revision as of 00:08, 25 June 2006

Source diving is the action of examining the source code of NetHack. A person who practices source diving is called a source diver. The source code is freely available for anyone, unlike in most commercial programs.

Source diving is usually done when someone wants to know how something really works in the game. Source divers may also program their own patches to the game.

External links