Conway's game of life, in javascript.
Very simple, took about 4 hours to complete, I had copilot help me breeze past the CSS and yeah, it's functional.
My goal was to get it working with javascript, and I got it working.
First implementation is here: https://github.com/MooMooCow1562/GOL4
Second implementation is here: https://github.com/MooMooCow1562/AustinsUnityGameOfLife
Fourth implementation is here: https://github.com/MooMooCow1562/PyLifeProbably
My fifth implementation is here: https://github.com/MooMooCow1562/CConwaysGame