Instructions: - Enter a seed (must be a positive integer, meaning no words or numbers with decimals) - Use the left and right arrow keys to navigate - The bottom red line represents sea level - The top red line represents the height limit This is just a simple 2D terrain generator. I might use it for a Minecraft clone or similar game. If there's lag when using the arrow keys, it's because 256 horizontal tiles of terrain is generated each time without reusing already-generated terrain. Only 240 horizontal tiles are shown on screen. Changelog v1.1.1 (2020-03-09): - Made the surface smoother - Made ocean floors smoother v1.1 (2020-03-08): - Made the surface smoother - Made caves larger - Decreased smoothness on ocean floors - Seeds will look completely different from previous versions v1.0.1 (2020-03-08): + Added oceans - Switched terrain roughness and elevation from linear interpolation to cubic interpolation v1.0 (2020-03-07): - Released To do: + Add small lakes + Add biomes + Add more tile types - Fix minor bugs with oceans