Skip to content

The Game of Life was created by the mathematician, John Horton Conway, in 1970. Cells either die, reproduce, or simply live depending on the surrounding cells. As a result, this game relies only on the initial conditions. This project animates the evolution of the cells given a set initial board.

Notifications You must be signed in to change notification settings

Nirajara/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Game-of-Life

How to Run the Project

To run the project, clone the repository to your local machine.

You will also need Java: https://www.oracle.com/java/technologies/downloads/

Go to the project's directory and run the following commands:

cd "Game Of Life"

javac GameOfLife.java

java GameOfLife

If the commands aren't working, it might be because you need the JDK package or it is not properly set up.

Here's a tutorial: https://devwithus.com/install-java-jdk/

JDK: https://www.oracle.com/java/technologies/downloads/

About

The Game of Life was created by the mathematician, John Horton Conway, in 1970. Cells either die, reproduce, or simply live depending on the surrounding cells. As a result, this game relies only on the initial conditions. This project animates the evolution of the cells given a set initial board.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages