/GameOfLife

Simple Game of life Implementation with PyGame

Primary LanguagePythonMIT LicenseMIT

GameOfLife

This is a simple implementation of the game of life using PyGame

Installation

requires :

pygame
numpy

Start

python main.py

Commands

entrer command on the keyboard

  • s : Start and Stop
  • l : toogle lines display
  • Left arrow : Slow down simulation
  • Right arrow : accelerate simulation
  • Mouse click : Add / Remove a cell at the curser location