Game of Life

Conway's Game of Life in Rust using the Bevy game engine.

github.com/ShreyJ1729/game-of-life-rs

A simple Conway’s Game of Life implementation in Rust, built as an introduction to the Bevy game engine. Bevy’s ECS (entity-component-system) architecture made it a natural fit for cellular automata.