A simple Game of Life implementation in Java
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Josh Hofing 4c273a9805 RuleSet is now an interface, and Conway has placeholder code. před 12 roky
src RuleSet is now an interface, and Conway has placeholder code. před 12 roky
.gitignore Added Renderer, Screen před 12 roky
LICENSE License před 12 roky
README.md Initial commit před 12 roky
build.xml Added build.xml, because packages are difficult otherwise. před 12 roky

README.md

goldfish

A simple Game of Life implementation in Java.