Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Glad to help - hey maybe simply make it scroll, constantly generating a city so you're "flying" over an endless city.

That's my original intention, but I'm yet teaching myself procedural generation and I've got no idea on how to do that... I guess I should do something similar to how minecraft does it, with separated chunks

Probably could do that.  You can calculate how many chunks you need to generate and loop the process.  Or cheat and create a map where one edge goes to the other, and loop that sucker ;)