ahamez / glider

A game of life in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

glider

Rust

Run

cargo build --release
./target/release/glider ./glider.rle

It can read patterns in RLE format.

Build on macOS

If SDL is installed with homebrew:

export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"

About

A game of life in Rust


Languages

Language:Rust 100.0%