A simple Game of Life implementation in Java
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Josh Hofing 4c273a9805 RuleSet is now an interface, and Conway has placeholder code. 11 yıl önce
src RuleSet is now an interface, and Conway has placeholder code. 11 yıl önce
.gitignore Added Renderer, Screen 11 yıl önce
LICENSE License 11 yıl önce
README.md Initial commit 11 yıl önce
build.xml Added build.xml, because packages are difficult otherwise. 11 yıl önce

README.md

goldfish

A simple Game of Life implementation in Java.