rebmanop / Game-of-Life

John Conway's Game of Life written in python using pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game-of-Life

Simple Game of Life clone

Implemented features:

  • Adjustable simulation speed
  • Explanation window
  • Generation and population counters

TODO:

  • Infinite grid
  • Panning and zooming

Demo

This is a gif

Dependencies

  • pygame
  • pygame_gui

How to use

  1. Download or clone this repository.
  2. Extract to some location.
  3. Pip all dependencies.
  4. Run main.py

About

John Conway's Game of Life written in python using pygame


Languages

Language:Python 100.0%