WSAD to move your camera around. Maybe make this into a game, idk. If you do use this, maybe gimme some credit :D This was made to test my knowledge of programming as of 2025, (I'm 12 now yay), and I think I'm pretty happy with it.
@griffpatch for the inspiration. Everything is made by me. This took about 2-3 days I think (all the time went to the goofy ahh terrain algorithm lol). Instead of using Perlin Noise like a normal person, I made my own algorithm for mountains. I don't think it works quite as well as Perlin Noise but y'know... it does its job. Tiles are deloaded and have their data stored inside 4 lists when going off-screen, and when I need them to show up I load them and remove their data from the list.