This is a basic implementation of the game of Life using numpy,pygame and time as libraries To execute the program use "python3 JuegoDeLaVida.py"
PAUSE: Press space
CONTINUE: Press space again
ACTIVATE CELLS: Click on a dead cell when the game is paused
KILL CELLS: Click on a live cell when the game is paused
Every suggestion is accepted and greeted :))