0
For c++ what would I need over all to make an extensive text based game?
2 ответов
+ 2
Just the STL. You can write it in pure C++ and no libs. I suggest storing the text in a separate file so as not to waste memory (not that it matters with modern systems).
0
thank you