Skip to content

Customizable java GUI application simulating Conway's game of life

Notifications You must be signed in to change notification settings

kristini-ho/life-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

life-game

Game of life with GUI animation, uses Java Swing and Java awt. Simulates Conway's game of life: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Tracks generations of life, with drawing, customizable colors, and single step or continuous animation (with speed control)!

Users can draw on the grid in any color with the mouse, and erase what they drew holding down the right click (or equivalent) on a mouse. If the GUI is in animation mode, it will instantly incorporate the newly drawn cells into its generations of life.

File to run is LifeGUI (extends Life). In progress: open/save images functions. Allow users to save a generation of life as an image, or open up an image as the first generation of life.

About

Customizable java GUI application simulating Conway's game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages