How can I make a map using characters in python?
I am trying to make a small game in python, something like a text based rpg but, i would like to add a map that is randomly generated,how can i make this map to save its initial zone but to randomly generate more characters?
Voters
You would have to make an algorithm to generate the maps. I'm not sure how to do it, you could try looking it up
Thx man, I'll check it out
@maazzubair99