Skip to content

Experiment in generating pseudo-random city using Perlin noise and Recursive backtracking algorithm.

Notifications You must be signed in to change notification settings

rjct/random-city

Repository files navigation

Random-city

View the online demo at: https://rjct.github.io/random-city

About


Experiment in generating pseudo-random city using Perlin noise and Recursive backtracking algorithm.

Thanks kenney.nl for awesome assets.

Build


Make sure you have node.js installed.

Use npm install to install the dependencies.

Then run npm run dev to start development server or npm run build to create production build.