A simple Game of Life implementation in Java
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Josh Hofing 4c273a9805 RuleSet is now an interface, and Conway has placeholder code. hace 11 años
src RuleSet is now an interface, and Conway has placeholder code. hace 11 años
.gitignore Added Renderer, Screen hace 11 años
LICENSE License hace 11 años
README.md Initial commit hace 11 años
build.xml Added build.xml, because packages are difficult otherwise. hace 11 años

README.md

goldfish

A simple Game of Life implementation in Java.