Skip to content

Java sandbox for the Conway's Game of Life, featuring new rules and puzzle levels to solve!

Notifications You must be signed in to change notification settings

ldeluigi/conway-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life Simulator

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

This is OOP 17/18 Project

How do I get set up?

  • Setting up
  • Configuration

Setting up

Configuration

  • Configuration is pretty straightforward, you just need to run:
$ java -jar conw.jar 

Used Libraries

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

[LDLM Team]

Team Members

About

Java sandbox for the Conway's Game of Life, featuring new rules and puzzle levels to solve!

Topics

Resources

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages