This project is will implement a sandbox simulator of, as the name says, The Conway's Game of Life.
Game of Life is a mathematical semplification and simulation aimed to the study of the living beings and their generations. Each living being is represented by a single cell in large grid that can be in two different states: "Alive" and "Dead". Each cell can interact with their neighbors according to some predefined rules.
More info about the story of this simulator can surely be found in the Official Wikipedia Page
- Setting up
- Configuration
- First, you need to download and install Java JRE, which can be found here: https://java.com/en/download/
- Second, you need to download the project .jar file from this repository, also direct link can be found here: https://github.com/ldeluigi/conway-sim/releases
- Configuration is pretty straightforward, you just need to run:
$ java -jar conw.jar
Here the main libraries used for this project. We wanted our simulator to be run on as many platform as we could, so we tried to stick to what's included in the Java JRE package.
Library | DOCS |
---|---|
Java SWING | java-swing-doc |
- Luca Deluigi : https://bitbucket.org/ldeluigi
- Davide Evangelisti : https://bitbucket.org/DavideEva
- Luca Bandini : https://bitbucket.org/Vombato
- Mirko Fabbri : https://bitbucket.org/mirkofabbri