For c++ what would I need over all to make an extensive text based game? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

For c++ what would I need over all to make an extensive text based game?

29th Apr 2018, 5:46 AM
Ajani12121
Ajani12121 - avatar
2 Answers
+ 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).
29th Apr 2018, 8:11 AM
non
0
thank you
29th Apr 2018, 6:12 PM
Ajani12121
Ajani12121 - avatar