Text based adventure game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Text based adventure game

If I want to create a text based adventure game on python, how can I do it?

9th May 2018, 11:47 AM
Parsix3
Parsix3 - avatar
4 Answers
+ 2
This is a good example of a text-based adventure game in Python, I suggest you study how it works and apply it to your own: https://code.activestate.com/recipes/578618-droids-a-text-adventure/
9th May 2018, 11:52 AM
apex137
apex137 - avatar
+ 2
Well, there is nothing preventing you. Just do it. The only thing you need to know is that if you will be asking the user inputs in your game it will not be very intresting in the Sololearn Playground. Here is why: https://code.sololearn.com/WhiNb9BkJUVC/?ref=app
9th May 2018, 11:53 AM
Ulisses Cruz
Ulisses Cruz - avatar
+ 2
on sololearn playground it's impossible because here python isn't interactive. look at sololearn python course, there was example code for text adventure game good luck
9th May 2018, 11:55 AM
Dmitriy
Dmitriy - avatar
9th May 2018, 12:29 PM
Parsix3
Parsix3 - avatar