-
Notifications
You must be signed in to change notification settings - Fork 8
Home
Ruud Helderman edited this page Jun 15, 2025
·
2 revisions
"How to program a text adventure in C" is a tutorial on how to write your own text adventure game from scratch.
It is published through GitHub Pages:
https://helderman.github.io/htpataic/
The first chapter opens with:
This is not a C tutorial; there are plenty of those on the web.
However, I have noticed that many readers are relatively new to C, are interested in learning C, but are struggling with their C compiler. I will use this wiki as a reference point for frequently asked questions.