ajhenri / game-of-life

A implementation of Conway's Game of Life in Python, using Qt/PySide2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life

This is an implementation of John Conway's Game of Life in Python, using Qt/PySide2.

Demo

Requirements

Python3
pipenv
Qt
PySide2 Dependencies - See Getting Started

Setup & Build

  1. Install the above dependencies.

  2. Clone the project and activate the virtual environment.

git clone https://github.com/ajhenri/game-of-life.git
cd game-of-life
pipenv shell

  1. Install pip packages.

pipenv install

  1. Run the application.

python3 app.py

About

A implementation of Conway's Game of Life in Python, using Qt/PySide2.

License:MIT License


Languages

Language:Python 100.0%