Conway's game of life

bearophile via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Feb 2 08:58:42 PST 2015


gedaiu:

> https://github.com/gedaiu/Game-Of-Life-D

A bare-bones implementation:
http://rosettacode.org/wiki/Conway%27s_Game_of_Life#Faster_Version

The quality of the D GC is not important for a simple Life 
implementation, you just need two arrays.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list