To run the app:
- Clone the repository from github.
- Open your terminal, and in the directory where you have saved Conway's Game of Life, run the following commands:
$ gradle build
$ gradle run -q --console=plain
The app will then ask you to input the dimensions of the grid, and then to nominate the positions on the grid where you would like the cells to start the game as alive. Once the grid is configured, the Game of Life will begin.