Skip to content

Commit 8b1deec

Browse files
authored
Merge pull request #208 from OpticFusion1/imported-pr-711
Import upstream PR practical-tutorials#711: add "How to program a text adventure in C"
2 parents 4282644 + 5f447b7 commit 8b1deec

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,29 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
124124
- [Part 7: Arrays](https://briancallahan.net/blog/20210822.html)
125125
- [Part 8: Strings, forward references, and conclusion](https://briancallahan.net/blog/20210826.html)
126126
- [Using C to Simulate LC2K](https://github.com/ekmackie1/Use-C-To-Simulate-Your-Own-LC2K/tree/main)
127+
- How to program a text adventure in C
128+
- [Part 1: Introduction](https://helderman.github.io/htpataic/htpataic01.html)
129+
- [Part 2: The main loop](https://helderman.github.io/htpataic/htpataic02.html)
130+
- [Part 3:Locations](https://helderman.github.io/htpataic/htpataic03.html)
131+
- [Part 4:Objects](https://helderman.github.io/htpataic/htpataic04.html)
132+
- [Part 5:Inventory](https://helderman.github.io/htpataic/htpataic05.html)
133+
- [Part 6:Passages](https://helderman.github.io/htpataic/htpataic06.html)
134+
- [Part 7:Distance](https://helderman.github.io/htpataic/htpataic07.html)
135+
- [Part 8:North, east, south, west](https://helderman.github.io/htpataic/htpataic08.html)
136+
- [Part 9:Code generation](https://helderman.github.io/htpataic/htpataic09.html)
137+
- [Part 10: More attributes](https://helderman.github.io/htpataic/htpataic10.html)
138+
- [Part 11: Conditions](https://helderman.github.io/htpataic/htpataic11.html)
139+
- [Part 12: Open and close](https://helderman.github.io/htpataic/htpataic12.html)
140+
- [Part 13: The parser](https://helderman.github.io/htpataic/htpataic13.html)
141+
- [Part 14: Multiple nouns](https://helderman.github.io/htpataic/htpataic14.html)
142+
- [Part 15: Light and dark](https://helderman.github.io/htpataic/htpataic15.html)
143+
- [Part 16: Savegame](https://helderman.github.io/htpataic/htpataic16.html)
144+
- [Part 17: Test automation](https://helderman.github.io/htpataic/htpataic17.html)
145+
- [Part 18: Abbreviations](https://helderman.github.io/htpataic/htpataic18.html)
146+
- [Part 19: Conversations](https://helderman.github.io/htpataic/htpataic19.html)
147+
- [Part 20: Combat](https://helderman.github.io/htpataic/htpataic20.html)
148+
- [Part 21: Multi-player](https://helderman.github.io/htpataic/htpataic21.html)
149+
- [Part 22: Client-server](https://helderman.github.io/htpataic/htpataic22.html)
127150

128151
### Network programming
129152

0 commit comments

Comments
 (0)