Made some progress. In theory the code correctly changes the board array so that the clicked cell will have its color property changed, but for some reason the update isn't being rendered even though the cell's property reflects the change.
Ok, now painting mostly works. There is a bug where sometimes the last 5 or so spaces in the grid don't change on the first click, but if you come back around to them it works.
Made some progress. In theory the code correctly changes the board array so that the clicked cell will have its color property changed, but for some reason the update isn't being rendered even though the cell's property reflects the change.