Skip to content

This is a game of life implementation in rust using TUI.

License

Notifications You must be signed in to change notification settings

RoKu1/GameOfLife_Rust_TUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a game of life implementation in rust using TUI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages