Simple realization Conway's game of life on Python.
Classic rules B = 3, S1 = 2, S2 = 3 can be changed on:
Lines 9 to 11 in 79d17a2
Left mouse button for add cell on gamefield, space for run\pause simulation.
git clone https://github.com/mosvlad/game-of-life
pip install -r requirements.txt
python main.py