roguelike-library topic

List roguelike-library repositories

VNameGenerator

86
Stars
9
Forks
Watchers

A Java implementation of various procedural name generation algorithms, including combinatorial, consonant vowel, context-free grammar, and Markov chain.

libtcod

931
Stars
60
Forks
Watchers

A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.

rlutil

226
Stars
42
Forks
Watchers

C and C++ utilities for cross-platform console roguelike game creation.

VTerminal

76
Stars
7
Forks
Watchers

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...

rldisplay

23
Stars
2
Forks
Watchers

A window management/rendering API for roguelikes or similar applications.

pataro

25
Stars
3
Forks
Watchers

A generic and modular Roguelike game on top of libtcod - I'll be back soon, just need a break!

TileGameLib

29
Stars
1
Forks
Watchers

TileGameLib is a toolkit for quick and easy development of tile-based, pseudo-8-bit games.

pygamelib

58
Stars
34
Forks
Watchers

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.