An open API service indexing awesome lists of open source software.

https://github.com/krybc/map-generator

Hexagonal world map generator by diamond square algorithm, canvas
https://github.com/krybc/map-generator

diamond-square-algorithm es6 expressjs javascript nodejs

Last synced: 16 days ago
JSON representation

Hexagonal world map generator by diamond square algorithm, canvas

Awesome Lists containing this project

README

        

# Map generator

A simple hexagonal map generator writen in JavaScript and expressJS.

![](./docs/preview.png)

## Requirements

- node JS (tested in 8.11.1 version)
- npm

## Installation

- run `npm install` command
- run `npm run start` command
- enjoy `http://localhost:3000/map/generate` url in web browser