Development
Angband is currently maintained by Andi Sidwell, as head of a loose-knit bunch of coders who have an interest in improving the game. Development is co-ordinated in a bunch of ways (listed from most-used to least-used):
- The issue tracker: tracks features, bugs, and contains plans for forthcoming releases.
- GitHub: this is where to find out development code, create branches, and see what is going on in the world of Angband code.
- The IRC channel: #angband-dev on irc.freenode.net.
- The development mailing list: discussion of planned features, coding issues or what have you.
If you're interested in contributing, take a look through the issue tracker for outstanding issues and give us a holler on the IRC channel (#angband-dev). You should also be aware of the coding guidelines.
You can get the current development code on the Angband project at github. To get it, use git clone git://github.com/angband/angband.git. You may find GitHub useful.
We also have an autobuilder which compiles the latest development version every four hours for Windows and OS X.
