Skip to content

An implementation of Conway's Game of Life written in Java. For fun.

Notifications You must be signed in to change notification settings

AlexPieczynski/ConwaysGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConwaysGameOfLife

An implementation of Conway's Game of Life written in Java.

This was written as a way to simulate Conway's Game of Life. It follows the original rules of the game that can be found here: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Running the program

You can compile from the source code by executing command
javac MainFrame.java
from the directory containing the code. Run with command:
java MainFrame

Alternatively, you can download the JAR file and run that.

How To Play

  1. Click the cells of the grid to spawn cells and create some initial configuration
  2. Choose your speed from the dropdown menu
  3. Push Start to begin the simulation.
  4. You can pause/resume the simulation at any point.
  5. Pushing the reset button will stop the simulation and clear the grid.

About

An implementation of Conway's Game of Life written in Java. For fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages