| marukrap/RoguelikeDevResources |
589 |
|
0 |
0 |
over 4 years ago |
0 |
|
0 |
|
|
| A curated list of roguelike development resources |
| Chris3606/GoRogue |
477 |
|
4 |
5 |
over 2 years ago |
134 |
December 06, 2023 |
27 |
mit |
C# |
| .NET Standard roguelike library in C#. Features many algorithms and data structures pertinent to roguelike/2D game developers, specifically designed to be minimally intrusive upon the developer's architecture. |
| AtTheMatinee/dungeon-generation |
119 |
|
0 |
0 |
almost 9 years ago |
0 |
|
0 |
mit |
Python |
| A simple demonstration of various roguelike dungeon generation algorithms. |
| Valkryst/VNameGenerator |
86 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
apache-2.0 |
Java |
| A Java implementation of various procedural name generation algorithms, including combinatorial, consonant vowel, context-free grammar, and Markov chain. |
| vurmux/urizen |
74 |
|
0 |
0 |
about 5 years ago |
13 |
December 08, 2020 |
1 |
apache-2.0 |
Python |
| Roguelike dungeon generation library written on Python3 |
| Ombarus/SolarRogue |
48 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
|
GDScript |
| Nethack in Space |
| audinowho/RogueElements |
48 |
|
0 |
0 |
over 2 years ago |
0 |
|
7 |
mit |
C# |
| Roguelike Map Generation, built to be game-agnostic. |
| sitRyo/DungeonTemplateLibraryUnity |
32 |
|
0 |
0 |
about 5 years ago |
0 |
|
4 |
bsl-1.0 |
C# |
| 🌏: Dungeon free resources (terrain & roguelike generation) |
| gogue-framework/gogue |
16 |
|
0 |
0 |
almost 6 years ago |
6 |
May 03, 2020 |
1 |
|
Go |
| A small, simple Roguelike Toolkit, based on BearLibTerminal, for developing Roguelike games in Go. |
| hybrid1969/RogueSharp |
8 |
|
0 |
0 |
almost 11 years ago |
0 |
|
0 |
other |
C# |
| What is RogueSharp? RogueSharp is a free library written in C# to help roguelike developers get a head start on their game. RogueSharp provides many utility functions for dealing with map generation, field-of-view calculations, path finding, random number generation and more. It is loosely based on the popular libtcod or "Doryen Library" though not all features overlap. |