Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.24 KB

GameOfLife

Conway's Game of Life - (very) old and new implementations. In memory of Conway. Resources:

C64 platform

252 bytes version by Ruk in 2012:

https://csdb.dk/release/?id=104384&show=summary

  • Conway's Game of Life in 256 bytes. Double buffering, custom font and Boulder Dash-esque music

1995 version by NyLoN (old handle), actually started 1993:

http://www.airport1.de/life.htm (currently missing here)

  • 5,25" disk to be found, to be extracted and code to be added
    • was code ever saved to a (e.g. backup) harddisk?
    • maybe available as emulator disk file? (.d64, .t64)
    • Crossbow/Crest might have a copy
  • 13 pages of notes
  • additional notes to be found and to be added (DIN A4)

PC platform

Simple version with matplotlib

  • very few lines of code
  • copy grid first, then update changed cells only

Coroutines version with matplotlib

  • not released yet (currently missing here)