The rules of the game are as follows : ( slightly different from the ones on the wikipedia page )
- Any alive cell with one or less neighbours dies
- Any alive cell with four or more neighbours dies
- Any dead cell with exactly three neighbours lives
If none of those rules apply then the cell moves on to the next generation.
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
- Left Control to pause the game and be able to select and click cells with the mouse.
- All you need is to have Go installed, https://go.dev/doc/install
- Change into the main directory of the project
- Run : go run ./main