Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 867 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 867 Bytes

Cellular Automata Proc Gen

Python

Procedural generation of caves using cellular automata implemented in python

Controls:

  • Right Arrow - Advance generation
  • Down Arrow - Regenerate Noise

Showcase

Basically we go from random noise (this):

A picture of Random Noise as you might see on a TV

To a finished looking map of a cave:

A picture of caves as you might see in a 2d overhead map of a cave system

An animation of the program running:

A visual demonstration of how we go from the first image to 2nd image