A simple Game of Life implementation in Java
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Josh Hofing 4c273a9805 RuleSet is now an interface, and Conway has placeholder code. 12年前
src RuleSet is now an interface, and Conway has placeholder code. 12年前
.gitignore Added Renderer, Screen 12年前
LICENSE License 12年前
README.md Initial commit 12年前
build.xml Added build.xml, because packages are difficult otherwise. 12年前

README.md

goldfish

A simple Game of Life implementation in Java.