Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
matthieu · 3507 days ago · link · · parent · post: What are good programming languages to know for designing text-based adventure games?
I think I would primarily suggest checking out Python. There's some game libraries out there for Python (if you need it), and it is a pretty easy language to pick up and learn. Plus the wide array of packages you an import from PIP is very nice. Many games are created with C++. It might be worth checking that out as well? It isn't as easy as Python, but if you have experience with C and C# it shouldn't be too difficult to learn.