Skip to content

This project is a recreation of Conway's Game of Life, a popular cellular automaton invented by mathematician John Conway, implemented in Java with a Swing-based user interface.

License

Notifications You must be signed in to change notification settings

brandonabela/Game-Of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game-Of-Life

A Java-11, fully-featured, Game of Life simulator

The Game of Life is a simulation on a grid of cells where each cell can either be alive or dead. These cells are updated every generation depending on a set of rules based on the 8 surrounding cells. This project extended the simulation to a number of features, including; loading and saving of boards, patterns, and also the ability to control the simulation speed based on the FPS.

Simulation Example

Save and Load Board

Board Functionality

Load and Delete Pattern

Pattern Functionality

Change Size and Resolution

Size Resolution

About

This project is a recreation of Conway's Game of Life, a popular cellular automaton invented by mathematician John Conway, implemented in Java with a Swing-based user interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages