https://github.com/merri/map-generator
Generates random maps for The Settlers II and Return to the Roots
https://github.com/merri/map-generator
Last synced: about 1 year ago
JSON representation
Generates random maps for The Settlers II and Return to the Roots
- Host: GitHub
- URL: https://github.com/merri/map-generator
- Owner: Merri
- License: mit
- Created: 2014-09-05T20:27:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-12T00:58:32.000Z (over 10 years ago)
- Last Synced: 2025-03-24T21:03:34.879Z (about 1 year ago)
- Language: JavaScript
- Size: 5.23 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
**NOTE!** This project is being refactored for better code reuse.
# Map Generator
[](https://travis-ci.org/Merri/map-generator)
JavaScript utilities for working with 2D game maps and terrains for the purpose of generating cool looking fields to
play with.
See the [TODO list](https://github.com/Merri/map-generator/wiki) @ wiki.
### Notes
This project started as The Settlers II.net Map Generator, but is going to be abstracted better over time so that the
map generator part becomes independent module that is usable for other games and projects as well.
The current state of this project is running at http://settlers2.net/map-generator/
You can read more about [The Settlers II](http://settlers2.net/) or [Return to the Roots](http://www.rttr.info/) on
their respective sites.
S2.net Map Generator will become it's own project once abstraction is good enough.