From 76fb0b244c7c3c42e5dfab3db3408ca683a7e6c6 Mon Sep 17 00:00:00 2001 From: Ulysse McConnell Date: Sun, 23 Aug 2020 10:51:49 +0200 Subject: [PATCH] Add "How to program a text adventure in C" link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2661aa8..c4789fe 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,7 @@ * [**C**: _Handmade Hero_](https://handmadehero.org/) * [**C**: _How to Program an NES game in C_](https://nesdoug.com/) +* [**C**: _How to program a text adventure in C_](https://home.hccnet.nl/r.helderman/adventures/htpataic01.html) * [**C**: _Chess Engine In C_](https://www.youtube.com/playlist?list=PLZ1QII7yudbc-Ky058TEaOstZHVbT-2hg) [video] * [**C**: _Let's Make: Dangerous Dave_](https://www.youtube.com/playlist?list=PLSkJey49cOgTSj465v2KbLZ7LMn10bCF9) [video] * [**C**: _Learn Video Game Programming in C_](https://www.youtube.com/playlist?list=PLT6WFYYZE6uLMcPGS3qfpYm7T_gViYMMt)