Skip to content

Conway's Game of Life - (very) old and new implementations (e.g. done 1995 in 6510 Assembler)

Notifications You must be signed in to change notification settings

bufemc/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Conway's Game of Life - (very) old and new implementations (e.g. done 1995 in 6510 Assembler)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published