+ 2
Text based adventure game
If I want to create a text based adventure game on python, how can I do it?
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/
+ 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
+ 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
0