itch.io is community of indie game creators and players

Devlogs

LiveSim Week2:

Ash-LiveSimulation Blogpost
A browser game made in HTML5

So my idea is to spawn something steampunk related, here is an orginal work of mine for reference:

So one thing I summerized from the picture is that there is basically 2 general geometries: cube and cylinder(which can be later replaced with more complex geometry). I started with a really simple idea that is generate random sized cube at each second, and each cube also grow on itself to create a growing city feeling. We can worry about the cogs later,

Here is a sample generater that grows:

My next step would be adding cogs (Rotating objects) and figure out how to communicate between objects.

Leave a comment