Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • New version of Conway's Game of Life

    A few months ago, I published a program implementing of Conway's Game of Life for Stata. There is a new version of that program now available on Github with significant improvements in processing time and available features.

    You can now implement the Game of Life in its original configuration with infinite borders which dynamically expand as cells move out of the originally specified dimensions, or specify either of two alternative border behaviors. This version also allows you to export twoway visualizations and input starting grids.

    Here is an example of a randomly generated universe with infinite borders at generation 1:
    Click image for larger version

Name:	test_00.png
Views:	1
Size:	98.0 KB
ID:	1648887



    And at generation 50:
    Click image for larger version

Name:	test_50.png
Views:	1
Size:	54.6 KB
ID:	1648888



    You can install or update the program by typing the following into Stata:

    net install gameoflife, from("https://raw.githubusercontent.com/aliatia-1/gameoflife/main/") replace
    Last edited by Ali Atia; 07 Feb 2022, 11:49.
Working...
X