https://github.com/ryan-haskell/elm-terrain-generator
an experiment with using Elm to make a 2D world!
https://github.com/ryan-haskell/elm-terrain-generator
elm game-development random terrain-generation
Last synced: 3 months ago
JSON representation
an experiment with using Elm to make a 2D world!
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-terrain-generator
- Owner: ryan-haskell
- Created: 2019-07-19T09:34:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:55:55.000Z (over 2 years ago)
- Last Synced: 2025-03-19T17:48:58.764Z (3 months ago)
- Topics: elm, game-development, random, terrain-generation
- Language: Elm
- Homepage: https://elm-terrain-generator.netlify.com
- Size: 736 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-terrain-generator
> an experiment with using Elm to make a 2D world!
Play around with it here: [elm-terrain-generator](https://elm-terrain-generator.netlify.com)
## local dev
1. __`npm install`__
1. __`npm run dev`__