In order to generate a map and place the player in the correct position, I need to generate the map itself. What if I just use PyBoy to force the player to every X Y location and see which ones are valid? There are theoretically 255 maps, and each map has a limited number of places the charachter can stand.
In order to generate a map and place the player in the correct position, I need to generate the map itself. What if I just use PyBoy to force the player to every X Y location and see which ones are valid? There are theoretically 255 maps, and each map has a limited number of places the charachter can stand.