Skip to main content

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

Cool idea! I am currently working on another project so I'm not paying any attention at all to this project. However, when I finish the other one I'll come back, since I've got some ideas to implement... Thanks for the feedback!!

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 ;)