Java Game of Life This is a simple Game of Life project. It is written in Java. It runs in the console. How to run it First you need to compile the java files. javac *.java Then you can run the program. java Main