Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 254 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 254 Bytes

kivy-gol

Conway's Game of Life implementated in Kivy.

To run:

  1. Install the requirements. These are currently Kivy and Numpy.
  2. git submodule update --init
  3. python main.py

See the Kivy documentation for more.