https://github.com/devinroche/mapz
procedurally generated 2d maps
https://github.com/devinroche/mapz
javascript procedural-generation procedural-terrain
Last synced: 7 months ago
JSON representation
procedurally generated 2d maps
- Host: GitHub
- URL: https://github.com/devinroche/mapz
- Owner: devinroche
- Created: 2018-06-11T23:21:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-30T17:23:12.000Z (over 7 years ago)
- Last Synced: 2025-06-02T17:38:42.249Z (12 months ago)
- Topics: javascript, procedural-generation, procedural-terrain
- Language: JavaScript
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mapz
procedurally generated 2D world made using javascript and cellular automaton. the blue is water (the lowest elevation and most common), the lighter green is grass and is allowed clump together at a larger rate than dark green, but still has to obey rules unlike water. Then the dark green (highest elevation for now) is only able to spawn if a green square is surrounded by *6* other green squares, the light green is replaced with dark green making it a hill.
## Getting Started
just run the command below, this builds it with webpack and opens the built files in you prefered internet browser.
1. ```npm start```
## Pix of mapz
