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
- Host: GitHub
- URL: https://github.com/krybc/map-generator
- Owner: krybc
- Created: 2018-02-17T21:50:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-02T21:26:19.000Z (over 6 years ago)
- Last Synced: 2025-04-13T05:42:25.404Z (16 days ago)
- Topics: diamond-square-algorithm, es6, expressjs, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Map generator
A simple hexagonal map generator writen in JavaScript and expressJS.

## 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