Tweak the slider bars and generate a new cave!

I was reading about cellular automata and wanted to apply it to a simple cave generation algorithm. For the most part, the level generation is complete. The end goal is to create a level maker, then the player can hop into the level, fight monsters, find treasure, etc, basically create and play.

I'm very interested in both traditional storytelling and how stories are told through interaction. I believe procedurally generated content (combined with other mechanics) can be an excellent tool in creating player-led narratives.  Does this tool tell an interesting narrative that results in a compelling experience? No, but I hope to add onto it and explore ways that would combine narrative and procedural systems.

Currently, I have the navmesh being built at runtime, so creating a simple character controller and enemies should be no problem.  Stay tuned for an update in the next couple of weeks.

The blue and green tiles are player spawn and exit.  If they are off screen click the generate map button again until they are both on the map (bug fix coming soon!).

Other problems I'm looking to tackle:

1. Connecting the separate rooms by creating tunnels or stairs from other floors.

2. Player spawn, treasure, and enemies. Verify they are reachable via navmesh pathing.

3. Of course, the ability to play the level.

4. Simple art. Everything is already in 3D, just a simple unlit shader applied to the meshes to give it an old school look.

Cheers for checking it out!

Leave a comment

Log in with itch.io to leave a comment.