As a chance to learn how to write custom ops, I decided to write a naive implementation of Conway’s game of life as a MAX kernel. I’ve glued that together with pygame to render the board to the screen as it updates. The repo contains a small collection of starting board states in case anyone is curious to try running it!
6 Likes
This is awesome!!