fiskmoz / game-of-life

Game of Life implementation with python 3 & pygame 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. It is a zero-player game, meaning that its evolution is determined by its initial state, requiring no further input. One interacts with the Game of Life by creating an initial configuration and observing how it evolves. It is Turing complete and can simulate a universal constructor or any other Turing machine.

Wikipedia Link

Installation

Use the package manager pip to install required dependencies.

pip install -r requirements.txt

Run locally

py life.py

About

Game of Life implementation with python 3 & pygame 2


Languages

Language:Python 100.0%