TinBryn / game-of-life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's game of life

This is a very limited implementation of Game of Life written in Rust using SDL2 for rendering.

Building

Create a binary using Cargo cargo build, or just run it using cargo run

Controls

Very limited controls at the moment.

  • ESC: quit the application
  • R: Randomise the grid to see what happens
  • G: Something

About


Languages

Language:Rust 100.0%