libtcod topic

List libtcod repositories

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.

RogueSharp

546
Stars
54
Forks
Watchers

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

399
Stars
36
Forks
Watchers

A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.

libtcod_nim

34
Stars
4
Forks
Watchers

Wrapper of the libtcod library for the Nim language.

GoblinCamp

17
Stars
2
Forks
Watchers

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

22
Stars
1
Forks
Watchers

A modern roguelike engine made while following the older libtcod tutorials.

cl-tcod-tutorial

18
Stars
3
Forks
Watchers

Lisp roguelike tutorial with libtcod and cl-tcod

notquiteparadise

17
Stars
9
Forks
Watchers

Possibly, one day, a roguelike.

roguelike_tutorial

38
Stars
1
Forks
Watchers

RoguelikeDev Tutorial 2018

libtcod-vcpkg-template

17
Stars
7
Forks
Watchers

A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies.