An open API service indexing awesome lists of open source software.

https://github.com/l-t-m-f/projectbase_libtcod

Project base using libtcod 122 - Standard C. For making traditional roguelikes, this is a workable starting point.
https://github.com/l-t-m-f/projectbase_libtcod

c example libtcod prototype

Last synced: 2 months ago
JSON representation

Project base using libtcod 122 - Standard C. For making traditional roguelikes, this is a workable starting point.

Awesome Lists containing this project

README

          

# Project base (libtcod)
With libtcod 122 - Standard C

I liked the library, but the docs were lacking for version 122. So I made a basic framework to which I might return later and that I provide here.
For those interested in using the c library and not the c++.

Code by Émile Fréchette.