Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 387 Bytes

Game of Life for Raspberry Pi

Easy implementation of Conways Game of Life in python with pygame. Designed to be used with the Raspberry Pi 7" touchscreen. Arguments: GolForPi width height delay modifier

  • width: width of tiles in window
  • height: height of tiles in window
  • delay: delay between iterations that is added to calculating time
  • modifier: size of cell = 20 * modifier