#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
Graphical representation of game of life in Java using swing
Java
#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