Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 499 Bytes

File metadata and controls

12 lines (7 loc) · 499 Bytes

Conway's Game Of Life in Rust

A SDL2 game that simulates Conway's Game of Life. With under 200 (Commit: 379bfc5) lines of code from a Rust noob!

Building

Install cargo-vcpkg and do cargo vcpkg -v build then cargo build -r to build binary with bundled extension.

How long did this took

3 hours actually.
timelessnesses has been coding this for 3 hours and 21 minutes