bwalshe / life_game

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Rust 100.0%