/life_game

A simple implementation of Conway's Game of Life in Rust, using SDL.

Primary LanguageRust

Conway's Game of Life

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.