Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 250 Bytes

README.MD

File metadata and controls

12 lines (8 loc) · 250 Bytes

Game of life

A simple game of life-implementation using java + swing.

Build

Build using JDK 21 and maven:

  • clone repo
  • mvn package
  • run using java java -jar .\target\GameOfLife-1.0-SNAPSHOT-jar-with-dependencies.jar

Happy lifing! :)