Conway's Game of Life+
- March 18, 2024
- AniAko
Conway’s Game of Life+ https://github.com/DelightfulGames/CGOL/tree/main From the very beginning, my Visual Studio debugger would crash Unity whenever I attached it -_-. So Debug.Log statements for the win! After seeing a few submissions editing a giant texture for performance sake to represent the game field, I wanted to try a different approach. I knew full well this decision would place this b…