ArtifiShell Intelligence

JavaScript silliness, 2: checkbox Game of Life

2022-01-16

This was another task from Eloquent JavaScript, to get familiar with form elements: an implementation of Conway’s Game of Life using checkboxes.

The state can be manipulated between steps.