Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 542 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 542 Bytes

game-of-life

The Conway's Game of Life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970 (wiki).

Here is my implementation in Python using PyGame, NumPy and Numba.

Feel free to clone/download and play!

The Game Of Life