baturinsky / gen1k

Made for js1024 contest. Minified version is under 1k js.

Home Page:https://codepen.io/baturinsky/pen/KKmZgBQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A tiny terrain generator

Made for js1024 https://js1024.fun/demos/2021#24 contest. Minified version is under 1k js.

screenshot.jpg

Generates a realistic world map on hex or square grid. Includes simulation of humidity and erosion.

Based on a slightly simplified version of this https://github.com/baturinsky/worldgen algorithm. Read readme there for the details of algorithm.

Links

Git: https://github.com/baturinsky/gen1k

Twitter: https://twitter.com/baturinsky

Post-compo version. Check out for some features that did not fit in 1k, like gradual map generation and 3d mode (will work on it on weekend after deadline): https://codepen.io/baturinsky/pen/KKmZgBQ

About

Made for js1024 contest. Minified version is under 1k js.

https://codepen.io/baturinsky/pen/KKmZgBQ


Languages

Language:TypeScript 48.8%Language:JavaScript 41.4%Language:HTML 9.8%