Conway’s Life
After a 15 year break from any major programming projects, I decided to dust off some rusty skills. I have an interest in neural simulators and genetic algorithms. I chose implementing Conway’s Life as a good first project to get back in the game.
I chose C++ and Visual Studio 2017 as a platform. This first project is a windows desktop application (.exe). I know that’s not very modern of me, but I needed to start somewhere.
Here is a link to the window .EXE:
Source is here: