Skip to content

Conway's Game of Life Simulation with Java Swing

License

Notifications You must be signed in to change notification settings

tigjaw/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life - with Java Swing

Included in this repo:

  • [a] Conway's Game of Life Basic - a single-class immplementation which prints the simulation to console.
  • [b] Conway's Game of Life GUI - interactable 2D implementation using Swing API.
  • 100% java!

Features

  • [b] start new simulation with custom sim size and rules
  • [b] draw live cells to the canvas directly using the mouse
  • [b] play/pause/reset simulation
  • [b] change simulation speed

Planned Features

  • [b] implement "info" panel to display current sim configuration and rules
  • [b] implement fully customisable rules

Current Issues

  • [a] none
  • [b] none

GUI

Releases

No releases published

Packages

No packages published

Languages