Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.09 KB

The Game of Life

Devised by the mathematician John Horton Conway, this simple simulation offers a fun thing to watch as it is a zero-player game. It is powered by the pygame library.

Screenshot (2) Screenshot (3)

Langton's Ant

This Turing-machine generates a pattern according to the path of an ant on a grid.

Screenshot (60) Screenshot (59)

Brian's Brain

Similar to the Game of Life, this automaton works on three states instead of two; on, dying, and off.

brians_brain_bw brians_brains_wb