Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.29 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.29 KB

Game-of-Life-GUI

Parallel implementation in Java 8 of the well-known Game of Life.

To compile: javac Simulatore.java

To execute: java Simulatore

Once we execute it, we will see a sample little window called 'Juega de la vida'(Game of Life, in spanish). In this window if we push the botton 'Crear vida'('Create life', in spanish) we will create the initial pane in the game of life, and to begin the execution we just have to push 'iniciar simulacion'('begin simulation', in spanish). If we want to modify the default dimension of the pane we just have to input the desired dimension in the box named 'dimension'. As it is a parallel it is implemented a calculation of the SpeedUp. If we wanted to end the simulation we only had to push 'fin'('end', in spanish).

GUI example

Example of execution

Here we can see the window where we can observe the simulation of the Game of Life, and another window where is shown the Life evolution of the Game, graphically and numerically.

Initialization

Initialization example

Execution

Execution example