/pixel-island-generator

A toy to procedurally generate pixel map with over 20 biomes.

Primary LanguageJavaScript

Pixel Island Generator

A toy to procedurally generate pixel map with over 20 biomes. It also act as a proof of concept for rendering base64 images.

You may play with it here: https://vesamet.github.io/pixel-island-generator/

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out Nuxt.js docs.