
[2022 in RoguelikeDev] libtcod / python-tcod : r/roguelikedev - Reddit
Jan 30, 2022 · libtcod / python-tcod Libtcod is a utility library with various common but difficult to implement roguelike features built-in, such as a terminal emulator, path-finding, field-of-view, noise …
[2021 in RoguelikeDev] libtcod / python-tcod : r/roguelikedev - Reddit
Jan 30, 2021 · libtcod / python-tcod Libtcod is a library for making a roguelike without having to implement your own terminal emulator, path-finding, field-of-view, noise generation, random number …
Whats the story with libtcodpy, libtcod, tcod and tdl? - Reddit
Dec 20, 2018 · Whats the story with libtcodpy, libtcod, tcod and tdl? I have read some conflicting information on the different libraries regarding their history, reason for creation, functionality, …
[2023 in RoguelikeDev] libtcod / python-tcod : r/roguelikedev - Reddit
Jan 30, 2023 · Libtcod typically refers to the C/C++ library and API. Python-tcod is the Python port of libtcod. It integrates with NumPy to exchange data between Python and Libtcod. The synergy with …
Crazy tutorial: libtcod and ImGui integration (C/C++) - Reddit
Aug 10, 2021 · 1- Use C++ for the game "engine", through libtcod (engine, map visualization and other handy features libtcod offers) 2- ImGui for all the interface and interaction 3- python to write all the …
roguelike development - Reddit
A community of active roguelike developers. Learn how to make a roguelike, share your progress, follow what others are creating, and engage in discussions about a broad range of related topics and …
Is there a good reason to use libtcod over an engine like ... - Reddit
Jun 23, 2023 · With libtcod you work with just an editor (like VSCode), and all your code is in your files and you organize it the way you like. Well, another reason I like tcod (and similar libraries, like …
libtcod - how to use included "terminal fonts" : r/roguelikedev
Oct 14, 2016 · I downloaded libtcod 1.5.1 and in the data/fonts directory there are fonts that start with terminal... (example terminal8x12_gs_ro.png ). I like the options in these fonts (I'm a big DF fan), but …
[2020 in RoguelikeDev] libtcod / python-tcod : r/roguelikedev - Reddit
Jan 30, 2020 · libtcod / python-tcod Libtcod is for making a roguelike without having to learn and implement your own terminal emulator, path-finding, field-of-view, noise generation, RNG, all that fun …
"Finished" my first libtcod game after years of starting and ... - Reddit
Jan 16, 2018 · "Finished" my first libtcod game after years of starting and abandoning projects. Wanted to share the experience... Hi friends, long time reader first time poster here. I recently worked up the …