This could act as the base for a conways game of life-esque thing! feel free to use. It may lag scratch though so try to be efficient. its not just random dots, if you look in the code you can see that each dot is related to something in a list! This means you can set rules on how to "kill" or "revive" cells. It's called -2 because its a remix of one of my unshared projects Each black is alive and yellow is dead The grid is just randomly generated
Controls: Down arrow key to reset, up arrow key to generate If there are too little black dots due to some sort of error then you can press left arrow key then generate again, you could make this automated to ensure that your game has a normal variation between yellow and black dots.