Registry / other / libtcod

libtcod

JSON →
library2.2.2vcpkgunverified

Common algorithms and tools for roguelikes.

vcpkg install libtcod
INSTALL
IMPORT
SIG · LIBTCOD
L
libtcod
othercppv2.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libtcod.hpp
#include <libtcod.hpp>

Create a console and print text.

#include <libtcod.hpp> #include <iostream> int main() { auto console = tcod::Console(80, 50); tcod::print(console, {10, 10}, "Hello, Roguelike!", TCOD_white, TCOD_black); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.2.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libtcod — pip install libtcod · libregistry