gdquest-demos / godot-procedural-generation

Procedural generation algorithms and demos for the Godot game engine
Other
1.53k stars 84 forks source link

Add cellular automata demos #5

Closed johnnygossdev closed 3 years ago

johnnygossdev commented 3 years ago

Please check if the PR fulfills these requirements:

Related issue (if applicable): #4

There are some changes to the initial issue which I'll highlight here.

What kind of change does this PR introduce? Three new cellular automata demos.

01.GameOfLife

image

02.BasicDungeon

image

03.AdvancedDungeon

image893

Does this PR introduce a breaking change? Nope.

NathanLovato commented 3 years ago

May I go ahead and make code style tweaks? It's looking good at a glance, I'd just compress some functions vertically, adding a variable here and there to clarify a long conditions, renaming a handful of files, things like those.

johnnygossdev commented 3 years ago

Absolutely, no problem.

johnnygossdev commented 3 years ago

I've updated the PR with more information and context.

NathanLovato commented 3 years ago

Great, thanks for your work!