Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 516 Bytes

Conway's Game of Life

A user interface to allow for visualization of Cellular Automata following Conway's Game of life.

Draw on screen with mouse

Click to add/remove a cell, or drag to keep drawing

Draw

Start life or step through each generation, and adjust the speed of life!

You can also press space to go to the next generation.

Glider

You can even draw while life is generating due to multithreading!

DrawGen