Conway's Game Of Life MAX Custom Op

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!

8 Likes

This is awesome!!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.