NetHack shipped in 1987, built on Hack, itself built on Rogue, a Unix terminal experiment from 1980. That lineage produced something the games industry still hasn't fully explained: a genre developed collaboratively over networked systems before most people had internet access, debated on Usenet's rec.games.roguelike, and sustained by communities who fork, relicense, and rebuild games that developers declared finished. Pixel Dungeon was called complete, then immediately splintered into dozens of community forks. Angband required a coordinated relicensing effort across decades just to go fully open source.
The article lists 10 open source roguelikes worth studying at the source level, starting with Cataclysm: Dark Days Ahead, hosted at github.com/CleverRaven/Cataclysm-DDA. The value here is not the list itself. It is the specific technical and community history behind each project, how mechanics were debated, how contributions landed, and how small experiments compounded into games with years of active maintenance. The author also built a working experiment that renders a GitHub repository as a playable roguelike dungeon, which makes the genre history concrete rather than nostalgic.
The 7DRL challenge, where developers ship a complete roguelike in seven days, and the annual Roguelike Celebration conference are both cited as active proof that this development model still runs. If you work in open source and want to understand how a community sustains a codebase across decades without a corporate owner, this genre is a case study. Read the full piece for the project-by-project breakdown and the specific GitHub repositories behind each game.
[READ ORIGINAL →]