You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This started out as an a basic implementation of GoL using Rust/SDL2. I've subsequently made it a bit more generic and it should be easy enough to extend it to implement other cellular automata.
About
A simple implementation of Conway's Game of Life in Rust, using SDL.