Skip to content

A Game of Life simulator written in Java using Swing.

License

Notifications You must be signed in to change notification settings

mrschofield/jcolony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jcolony

A Game of Life simulator written in Java using Swing.

This project was originally written in 2005 as part of a TAFE assignment; after finding the code lying around i thought it would be interesting to revive and improve.

Building

You need gradle and a java SDK. On Windows you can use SCOOP to install both.

To build:

gradle build

To run:

java -jar build\libs\jcolony-1.0.jar

About

A Game of Life simulator written in Java using Swing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages