Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 343 Bytes

Simple Game of Life Implementation in Rust for the terminal.

This is a simple implementation of Conway's Game of Life written in Rust, that prints a glider to the terminal.

glider gif

Compile:
rustc gol.rs
Run:
./gol