add cellular automata generator

This commit is contained in:
2026-04-26 04:20:06 +02:00
parent 7f0869ffa4
commit b2a406ca2b
17 changed files with 937 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
[plugin]
name="CA Level Generator"
description="Cellular automata level blockout generator"
author="Mr. Brick Adventures"
version="1.0"
script="CaLevelGeneratorPlugin.cs"