Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 600 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 600 Bytes

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.