INFO201 Final Project: an interactive simulation (programmed in Processing) aimed to illustrate the principles behind the famous Conway's Game of Life, and to have fun for sure.
Email: [email protected] (primary); [email protected]
This script is programmed in Processing 4.0b8, and tested in Processing 3.5.4, working successfully in both Windows and MacOS.
To successfully load the videos in it, you have to install the video library firstly. The video library I used is called "GStreamer-based video library for Processing".
Sometimes, the window may be out of the screen due to different resolution of computers.
Please feel free to contact me if there is any problem when running this program.
-
The main idea comes from: https://conwaylife.com/ https://playgameoflife.com/ https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
-
The patterns in this programs come from: https://conwaylife.com/wiki/Oscillator https://conwaylife.com/wiki/Spaceship https://conwaylife.com/wiki/Still_life https://copy.sh/life/
-
The text in "information" page comes from: https://conwaylife.com/
-
Simliar softwares: http://golly.sourceforge.net/ https://processing.org/examples/gameoflife.html http://stefanolupo.com/blog/2017/10/17/GameOfLife/