
Proc Gen Toy
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
Made this to get familiar with procedural generation. Programmed in C, since I am taking a C course. It uses cellular automata to create a nice landmass, then gives it a heightmap with noise. It took me way too long to get the Perlin noise generation working (I'm not the brightest), but it seems to generate the nice terraced maps I wanted.
As a consequence, there isn't any real gameplay. Just press any key to generate maps. But I ran out of time. Therefore the source code also looks ugly and is very hacky. I'm honestly amazed it even works. I never did figure out noise properly.
So everything obviously needs some more tweaking, but it was a nice start.
As a consequence, there isn't any real gameplay. Just press any key to generate maps. But I ran out of time. Therefore the source code also looks ugly and is very hacky. I'm honestly amazed it even works. I never did figure out noise properly.
So everything obviously needs some more tweaking, but it was a nice start.