This repo is used to generate example files for tile block generator which implements a so-called wave collapse function approach to generate tile blocks for 2D games.
There is already a zeit deployment here that you can play with.
npm i
or yarn install
to install all the dependance.
npm start
or yarn start
to run. And then visit localhost:3000 in your browser.