Light Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance 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.

Save and Load Board

Load and Delete Pattern

Change Size and 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

Readme

License

MIT license

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages