Difference between revisions of "Source diving"

From NetHackWiki
Jump to navigation Jump to search
(Fixed broken link)
(Tag: adds external links)
Line 6: Line 6:
  
 
==External links==
 
==External links==
*[http://members.shaw.ca/rob.ellwood/sources.txt Beginner's Guide to NetHack Sources]
+
* [https://web.archive.org/web/20160802031704/http://members.shaw.ca/rob.ellwood/sources.txt Beginner's Guide to NetHack Sources]
  
 
[[Category:Development]]
 
[[Category:Development]]

Revision as of 22:57, 20 December 2017

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. Some people may just want to look for easter eggs or interesting comments in the source.

Grep, GEMA, AWK, and Doxygen are useful tools when source diving.

External links