Flokey82 / go_gens

Various small attempts at procedural generation, AI, simulation and whatnot.
Apache License 2.0
18 stars 5 forks source link

ProcGen: Cellular Automata (2D) #1

Closed Flokey82 closed 1 year ago

Flokey82 commented 2 years ago

Basic demonstration of 2D cellular automata with user-defined rules.

Flokey82 commented 2 years ago

Just added gencellular which will be expanded over time (for now it only does Conway's game of life)