News

The purpose of this program is to run a simple model of Conway’s Game of Life in which the game is played on a 30X30 2D array grid. Each cell can be either alive or dead, and this status is determined ...
There is an executable version in the app folder. This can be launched from the command line: java -jar GameOfLife.jar If the command is followed by a non-negative integer it will use the argument as ...