A simple Game of Life implementation in Java
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Josh Hofing f4c144f22c Implement Conway, add states variable to ruleset. 11 лет назад
src Implement Conway, add states variable to ruleset. 11 лет назад
.gitignore Added Renderer, Screen 11 лет назад
LICENSE License 11 лет назад
README.md Initial commit 11 лет назад
build.xml Added build.xml, because packages are difficult otherwise. 11 лет назад

README.md

goldfish

A simple Game of Life implementation in Java.