Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryelle/constructed-coastlines
https://github.com/ryelle/constructed-coastlines
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryelle/constructed-coastlines
- Owner: ryelle
- Created: 2016-08-13T19:10:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T19:47:26.000Z (over 8 years ago)
- Last Synced: 2024-10-09T23:21:00.739Z (3 months ago)
- Language: JavaScript
- Homepage: https://ryelle.codes/maps/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Constructed Coastlines
======================Generate your own coastline region, complete with its own language for city & territory names! This is a project using [terrain](https://github.com/mewo2/terrain) and [language](https://github.com/mewo2/naming-language) generation originally written by [mewo2](https://github.com/mewo2), but updated slightly for use here. For more info on the terrain & language generation, check out his write up here: [http://mewo2.com/](http://mewo2.com/#unchartedatlas)
![](https://cldup.com/gFtLIGI2dJ.png)
## Run this locally!
If you want to run this yourself, cool! The following will get you set up:
```
git clone --recursive https://github.com/ryelle/constructed-coastlines constructed-coastlines
cd constructed-coastlines
npm install
npm run dev
```This doesn't run a local server, so you'll need to handle that yourself. I have [http-server](https://www.npmjs.com/package/http-server) installed, so I was able to do this:
`hs -a maps.localhost -p 3000`
Which gave me [http://maps.localhost:3000/](http://maps.localhost:3000/).
## Save your maps
If you want to save anything generated, you can print to PDF, or open the inspector in your browser and copy the generated HTML/SVG code. There isn't currently a build-in way to save your maps.