/game-of-life-graphical

Graphical representation of game of life in Java using swing

Primary LanguageJava

#Game of life graphical

Playing with the Java graphical libraries to demonstrate the Conway's game of life. Compile and run for a grid of size 15X15.

javac game/GameOfLife.java
java game.GameOfLife 15 15 # 15 rows, 15 cols