Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 424 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 424 Bytes

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