GAME OF LIFE

Implementation of Conway's Game of Life in Rust as a learning exercise.

GitHub Repository

The Game of Life is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning its evolution is determined by its initial state, requiring no further input during the game.