libtcod
There are 59 repositories under libtcod topic.
libtcod/libtcod
A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.
FaronBracy/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
libtcod/python-tcod
A high-performance Python port of libtcod. Includes the libtcodpy module for backwards compatibility with older projects.
toptea/roguelike_tutorial
RoguelikeDev Tutorial 2018
Vladar4/libtcod_nim
Wrapper of the libtcod library for the Nim language.
HexDecimal/tcod-cpp-engine-2022
A modern roguelike engine made while following the older libtcod tutorials.
Andres6936/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. Goblins camp is Dwarf Fortress-like game.
HexDecimal/libtcod-vcpkg-template
A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies.
podiki/cl-tcod-tutorial
Lisp roguelike tutorial with libtcod and cl-tcod
Snayff/notquiteparadise
Possibly, one day, a roguelike.
Andres6936/Doryen
Doryen based in Libtcod 1.5.1 - Refactoring struct and clear code, deleted the old C code and added new features and algorithms. The objective is a small 2D rendering engine (based in grid or tiles). It is written in an effort to create an engine being as lightweight and conceptually clean as possible.
SilverSoldier/Maze-Python
Procedural maze generation using multiple algorithms rendered as a game using libtcod
saturnation/libtcod-tutorial
A C implementation of the code from the Python libtcod tutorial
davemoore22/libtcod-painters-algorithm
A simple libtcod-based example of the Painter's Algorithm to display a Dungeon
jacmoe/nimrpg
Simple Rogue RPG written in Nim with libtcod
kwoolter/roguelike
This game is a rogue-like game that uses the libtcod library and is loosely based on the python rogue-like tutorial.
nwolfe/pyro
Python Roguelike
alexispurslane/LMS
Standard roguelike, with cool magic system.
NCrashed/tcod-haskell
Haskell bindings to libtcod
podiki/cl-tcod
Common Lisp CFFI interface for libtcod, the roguelike library (fork for latest libtcod)
XenonLab-Studio/The_Dungeon_of_Sin
A fantasy roguelike game similar to Angband and Dwarf Fortress.
propfeds/dance-of-the-pythons
A snake-themed roguelike made in Python 3 and Libtcod. Discontinued due to school.
saintech/expt01
a roguelike game prototype made as a result of completing the "Roguelike Tutorial in Rust + tcod" and further experiments with it
HexDecimal/RayWizard
A game submitted to the 2021 7DRL. You play as a wizard with magical abilities which can alter the terrain around you.
libtcod/libtcod.github.io
GitHub Pages for libtcod. This holds an official mirror of the libtcod 1.6.4 documentation among other things.
libtcod/treeburner
A prototype game combining The Cave and Pyromancer.
LordKaT/LKRogueCraftRepo
Roguelike built to learn libtcod and SDL. Ended up focusing on a dynamic lighting system attempting to make a Thief shadows system in a roguelike. Came pretty darn close to awesome.
Boxfort/rustlike
Roguelike written in rust with tcod-rs
Crutchmaster/libtcod-duktape
libtcod with duktape js engine
EmperorPenguin18/roguelike
Game made for r/roguelikedev summer code-along
libtcod/umbra
A libtcod game engine used by a handful of older projects.
Aganthor/RoguelikeCPP
A roguelike game being written in C++. I'm following the /r/RoguelikeDev tutorial.
brianshef/arroguella
A procedurally-generated Roguelike written in Python3
davemoore22/stygia
Roguelike Archaeology: an entry into the 2011 7DRL
leomartius/yarc
A clone of the classic game Rogue, made with Python and libtcod.
silversquirl/vrl
vktec's roguelike