Skip to content

bstee615/gol-gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gol-gui

A Java Swing GUI for Conway's Game of Life that I wrote as a TA, used as an exercise in COM S 227. Written in Java 8 to conform with the class's policy.

Demo:

GIF of the program running

Build and run:

The only dependency is Java Swing, and a hw3.jar with a working implementation of Life. A student running this GUI to test their code should include hw3.display.jar with their project.

Use Eclipse 2019-12 to run the program. Run Program.java to see a basic example.

About

A GUI for Conway's Game of Life that I wrote as a TA, used as an exercise in COM S 227.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages