Skip to content

ColemanSWE/GameOfLifeJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLifeJava

Implementation of Conway's Game of Life in Java.

Notes

I realized a bit later after researching Java more deeply that I shouldn't have put Simulation.java in a default package and should instead have named it something similar to com.colemanswe for example. I'm just hesitant to refactor now in fear of breaking things a lot.

About

Implementation of Conway's Game of Life in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages