Skip to content

Game of Life, is a cellular automaton devised by the British mathematician John Horton Conway.

Notifications You must be signed in to change notification settings

tony-josi/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

The game is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.

Sample Output

Gosper Glider Gun

Output sample - Gosper Glider Gun

Random Live Cell Distribution

Output sample - Random Live Cell Distribution

Installation

Build
git clone git@github.com:TonyJosi97/game_of_life.git
cd game_of_life
make
Run
game_of_life_sim.exe | mpv --no-correct-pts --record-file=out.avi --fps=60 -

About

Game of Life, is a cellular automaton devised by the British mathematician John Horton Conway.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published