Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 220 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 220 Bytes

game_of_life

A Python implementation of Conway's Game of Life

Currently, only displays in a terminal using curses. In the future, it might be an xscreensaver!

##TODO

  • Add color schemes
  • Screensaverify?