Skip to content

Files

Latest commit

 

History

History

GameOfLife

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Game Of Life

Description

A less than 100 line of code simulation of the Game of Life described by John Conway.
The initial parameters are random, thus, you get different views each time you simulate the environment.

Author

Arpit Omprakash

How to use

Install Processing3.
Download the source code provided in the folder named game_of_life.
Run the game_of_life.pde file.
Enjoy!

Screenshots of the simulation

First-Screenshot

Second-Screenshot

Third-Screenshot

Fourth-Screenshot