Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 245 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 245 Bytes

game-of-life

Simple implementation of Conways game of life using pyglet to make OpenGL calls.

Requires python2 and pyglet 1.2.4-2 (Thats the on I use, will probably work with lower versions as well)

Usage: game_of_life.py [cell_size] [fps]