Implementation of the experiment of Nowak and May, published as 'The Spatial Dilemmas of Evolution' in International Journal of Bifurcation and Chaos.
w, h = 49
- all-D after 1140 iterationsw, h = 51, 57 or 61
- periodicw, h >= 69
- very long / infinite (?) sequencesw = 51, h = 19
- Install NodeJS
- Install Typecript (
npm install typescript -g
) - Run
tsc -p .
- Open
index.html