I have actually started working on this one. So I've go basic map generation working so far and it's looking pretty snazzy. First of all it creates this little text map using the random world generator.
Next I need to make it pass it over to the GUI which will draw it onto the screen in an isometric fashion. And you should get something that looks like this. (Bottom right is finished version of the map above)
Next up is player placement and tile values and details. Then probably some GUI work so I can make something to start testing it. I already have it set up so that players can change the generation rates and the map can be any size greater then 10 so testing is important since there's only so much that I can do.
No comments:
Post a Comment