A simple Game of Life implementation in Java
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Ben Kurtovic 9ff5f6834c Patch: +get4Neighbors(), get8Neighbors(), clone() 11 lat temu
src Patch: +get4Neighbors(), get8Neighbors(), clone() 11 lat temu
.gitignore Added Renderer, Screen 11 lat temu
LICENSE License 11 lat temu
README.md Initial commit 11 lat temu
build.xml Added build.xml, because packages are difficult otherwise. 11 lat temu

README.md

goldfish

A simple Game of Life implementation in Java.