A simple Game of Life implementation in Java
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
113 B

  1. *.class
  2. bin/*
  3. .ant_targets
  4. # Package Files #
  5. *.jar
  6. *.war
  7. *.ear
  8. # Eclipse #
  9. .classpath
  10. .project