Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 885 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 885 Bytes

Conway's Game of Life + The Langton's Ant

Two funny challenges my teacher Jérémy Perret gave us during our Wild Code School training.

Using Python's Numpy library, the goal was to show special patterns generated by simple math functions. The shapes kinda seem to live their own lives !

Learn more about Conway's Game of Life : in english, or in french.
Learn more about Langton's Ant : in english, or in french.

Have a peek :

Conway's Game of Life, the bomb function :
"Game of Life, the Bomb"

The Langton's Ant gone wild :
"Langton's Ant"