This is a program to procedurally generate cave systems with cellular automata
This program is written in LuaJIT and runs on LÖVE
- Click at the left side of the screen or press n to generate a new cave
- Click at the right side of the screen or press s to apply the cellular automata rules on the cave
I learnt the process from this tutorial
This program is licensed under the terms and conditions of the MIT license
See LICENSE for details