juhoen / game-of-life

Simple, extremely fast and easily customizable implementation of the Conway's Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game-of-Life

Simple, extremely fast and easily customizable implementation of the Conway's Game of Life

Installing

Step 1: Install virtual environment.

virtualenv -p python3 env

Step 2: Activate virtual environment.

source env/bin/activate

Step 3: Install Python requirements from the requirement file.

pip install -r requirements.txt

Step 4: Run.

python gof.py

About

Simple, extremely fast and easily customizable implementation of the Conway's Game of Life

License:MIT License


Languages

Language:Python 100.0%