@@ -104,6 +104,29 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
104
104
- [ Part 6: Input and output] ( https://briancallahan.net/blog/20210819.html )
105
105
- [ Part 7: Arrays] ( https://briancallahan.net/blog/20210822.html )
106
106
- [ Part 8: Strings, forward references, and conclusion] ( https://briancallahan.net/blog/20210826.html )
107
+ - How to program a text adventure in C
108
+ - [ Part 1: Introduction] ( https://helderman.github.io/htpataic/htpataic01.html )
109
+ - [ Part 2: The main loop] ( https://helderman.github.io/htpataic/htpataic02.html )
110
+ - [ Part 3: Locations ] ( https://helderman.github.io/htpataic/htpataic03.html )
111
+ - [ Part 4: Objects ] ( https://helderman.github.io/htpataic/htpataic04.html )
112
+ - [ Part 5: Inventory ] ( https://helderman.github.io/htpataic/htpataic05.html )
113
+ - [ Part 6: Passages ] ( https://helderman.github.io/htpataic/htpataic06.html )
114
+ - [ Part 7: Distance ] ( https://helderman.github.io/htpataic/htpataic07.html )
115
+ - [ Part 8: North , east, south, west] ( https://helderman.github.io/htpataic/htpataic08.html )
116
+ - [ Part 9: Code generation] ( https://helderman.github.io/htpataic/htpataic09.html )
117
+ - [ Part 10: More attributes] ( https://helderman.github.io/htpataic/htpataic10.html )
118
+ - [ Part 11: Conditions] ( https://helderman.github.io/htpataic/htpataic11.html )
119
+ - [ Part 12: Open and close] ( https://helderman.github.io/htpataic/htpataic12.html )
120
+ - [ Part 13: The parser] ( https://helderman.github.io/htpataic/htpataic13.html )
121
+ - [ Part 14: Multiple nouns] ( https://helderman.github.io/htpataic/htpataic14.html )
122
+ - [ Part 15: Light and dark] ( https://helderman.github.io/htpataic/htpataic15.html )
123
+ - [ Part 16: Savegame] ( https://helderman.github.io/htpataic/htpataic16.html )
124
+ - [ Part 17: Test automation] ( https://helderman.github.io/htpataic/htpataic17.html )
125
+ - [ Part 18: Abbreviations] ( https://helderman.github.io/htpataic/htpataic18.html )
126
+ - [ Part 19: Conversations] ( https://helderman.github.io/htpataic/htpataic19.html )
127
+ - [ Part 20: Combat] ( https://helderman.github.io/htpataic/htpataic20.html )
128
+ - [ Part 21: Multi-player] ( https://helderman.github.io/htpataic/htpataic21.html )
129
+ - [ Part 22: Client-server] ( https://helderman.github.io/htpataic/htpataic22.html )
107
130
108
131
### Network programming
109
132
0 commit comments