A simple Game of Life implementation in Java
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Josh Hofing 4c273a9805 RuleSet is now an interface, and Conway has placeholder code. 11 years ago
src RuleSet is now an interface, and Conway has placeholder code. 11 years ago
.gitignore Added Renderer, Screen 11 years ago
LICENSE License 11 years ago
README.md Initial commit 11 years ago
build.xml Added build.xml, because packages are difficult otherwise. 11 years ago

README.md

goldfish

A simple Game of Life implementation in Java.