
The GnollHack wiki contains the official information about GnollHack, a modern roguelike RPG built upon the codebase of NetHack.
The GnollHack wiki can be accessed at https://wiki.gnollhack.com/.
This repository contains the content files of the GnollHack wiki, which are basically several images and Markdown files using a Gollum-style wikilink syntax. You can learn more about the syntax in the Gollum wiki. Most importantly, wikilinks with an alias follow the convention [[Alias|Page Name]] instead of the [[Page Name|Alias]] syntax of MediaWiki.
The wiki is built upon the Gollum wiki software.
Contributing
If you want to contribute to the wiki, please read these instructions: Editing the Wiki
Editing the wiki is more heavy-weight than editing normal wikis, since you need to install Git and Visual Studio Code and learn to make pull requests.
To make editing easier, we have our own Visual Studio Code extension called Foam for Gollum. It's available on:
GnollHack Source Code
The source code of GnollHack is available on GitHub in its own repository.