JFrame Application
recreating Game of Life by John Conwey
at the beginning of the game you enter a time frame for the game in the console you can draw with the mouse on the pannel
additional functions:
-> dynamic rescalling
-> changing time frame
-> saving the progress of the game
-> random beginning
-> taking a picture og the panel
keyboard menu:
R -> reset; starts a random simulation
P -> picture; takes a picture of the panel
B -> begin; starts the simulation
A -> abandon; stops the simulation
S -> save; saves the progress
C -> clear; clears the panel from the current simulation
O -> continue; starts where you left off