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
@maazzubair99 thx m8
@samuelitokono https://github.com/theJollySin/mazelib is a good resource for maze generation algorithms. It also has a built in maze generators
Thx man, I'll check it out @maazzubair99