How generation works in this project:

  • There are 3 blocks - sand, land/grass and water.
  • Simple script puts a random block one after another in a 20x20 grid.
  • Sand and land blocks get generated with different heights to make map look a bit more interesting. 
  • Then random models get generated on top of these blocks.

To start generation process simply press a button on the screen and wait. Once generation is over the button will reappear and process could be repeated. 

Download

Download
PC build.zip 21 MB

Comments

Log in with itch.io to leave a comment.

Dev note:
If your game appears laggy in browser, do this:
Open browser settings -> Find System section( sometimes it located in advanced settings ) -> turn on "Use hardware acceleration" option.