How do I do random isometric paths?
Posted
by
user406470
on Game Development
See other posts from Game Development
or by user406470
Published on 2012-11-02T21:48:41Z
Indexed on
2012/11/02
23:18 UTC
Read the original article
Hit count: 269
I'm working on an Isometric city generator, and I am looking for a little push in the right direction. I'm looking to randomly generate roads on a isometric plane. I have never done pathfinding before, and I've googled it and didn't find any articles relating to what I am trying to do.
Basically, my program generates a random isometric city and, I am hoping to add roads to that.
Any help is appreciated!
© Game Development or respective owner