JkutkutArchive / PY-GameOfLife

This is a version of Conway's Game of Life implemented on Python3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game of Life:

This is a version of Conway's Game of Life implemented on Python3.

Controls:

  • Space : start or stop time

  • Mouse click: kill or revive cell

Content:

·Icon

·Code: Wrote in Python3.

·Install Shell Script: Enables to install the game as a App on Linux and install all libraries needed to run this game.

·Uninstall Shell Script: Uninstall the game App

Note:

This project uses Python3 and some libraries:

· Pygame

· Numpy

· Math

· Time

All of this need to be installed in order to run this project.

About

This is a version of Conway's Game of Life implemented on Python3.


Languages

Language:Python 67.1%Language:Shell 32.9%