roguelike-library topic
VNameGenerator
A Java implementation of various procedural name generation algorithms, including combinatorial, consonant vowel, context-free grammar, and Markov chain.
libtcod
A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.
rlutil
C and C++ utilities for cross-platform console roguelike game creation.
VTerminal
A new Look-and-Feel (LaF) for Java, which allows for a grid-based display of Unicode characters with custom fore/background colors, font sizes, and pseudo-shaders. Originally designed for developing R...
Roguelike
🦇: Roguelike
rldisplay
A window management/rendering API for roguelikes or similar applications.
pataro
A generic and modular Roguelike game on top of libtcod - I'll be back soon, just need a break!
BearLibTerminal
Rogue-like C++ library
TileGameLib
TileGameLib is a toolkit for quick and easy development of tile-based, pseudo-8-bit games.
pygamelib
A (not so) small python library for console (as in terminal) game development. It is developed as a framework to help learn development and python in an entertaining way.