I'm trying to program the Game of Life, where you activate a few cells on a board and determine which ones live and die based on the neighbors they have. I was told that it's pretty simple but it's going over my head and driving me crazy with how complex it seems. It involves a boolean board and activating cells based on the number value that they hold
Here's the code I have so far. I changed a for loop with advice from my professor, but that stopped the board from even showing up