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.
- Host: GitHub
- URL: https://github.com/l-t-m-f/projectbase_libtcod
- Owner: l-t-m-f
- Created: 2022-09-03T05:37:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-11T00:15:07.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T09:17:55.546Z (10 months ago)
- Topics: c, example, libtcod, prototype
- Language: C
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.