Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 519 Bytes

File metadata and controls

30 lines (17 loc) · 519 Bytes

GameOfLife_Rust_TUI

This is a game of life implementation in rust using TUI

Build

Usage

1. Install Rust on Your Machine

2. Clone the repo

3. cargo run [in the cloned directory]

Functions

r: Generates a Random MAP of Cells

s: Goes 1 Step to next Gen

a: Auto Mode-> keeps calculating next gen every 100ms

e: stop auto mode

q: exit terminal app

Demo

screen-gif