Skip to content

A simulation of Conway's game of life. A GUI software developped using Java and its Swing and AWT packages.

Notifications You must be signed in to change notification settings

sami-bre/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

game_of_life

A simulation of Conway's game of life. A GUI software developped using Java and its Swing and AWT packages.

Conway's game of life is a zero player game (meaning that we only give it some input. It evolves based on that input and the rules of the game). It has 4 simple rules. The game of life is of great interest for the scientific community and particularly mathematicians because of the unimaginable complexity it exhibits based on those 4 simple rules. It resembles our universe because we also observe very complex phenomena in the usiverse all governed by not so many scientific laws and principles.

You can read more about Conway's game of life here ....... https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Java source codes and compiled bitecodes of the software can be found in this repository. Anyone interested in running the software (the simulation) needs to compile the sourse code or use the already compiled bitecode. I compiled the source code using JDK 11.

About

A simulation of Conway's game of life. A GUI software developped using Java and its Swing and AWT packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages