libtcod topic
libtcod
A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.
RogueSharp
A .NET Standard class library providing map generation, path-finding, and field-of-view utilities frequently used in roguelikes or 2D tile based games. Inspired by libtcod
python-tcod
A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
libtcod_nim
Wrapper of the libtcod library for the Nim language.
GoblinCamp
Goblin Camp aims to be a roguelike city builder with an emphasis on macromanaging the economy and military. I've drawn inspiration from games such as Anno 1404, Dwarf Fortress and Dungeon Keeper. Gobl...
tcod-cpp-engine-2022
A modern roguelike engine made while following the older libtcod tutorials.
cl-tcod-tutorial
Lisp roguelike tutorial with libtcod and cl-tcod
notquiteparadise
Possibly, one day, a roguelike.
libtcod-vcpkg-template
A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies.