rust-of-life A game of life implementation in rust using the ncurses library. Pre requisites Install ncurses-dev. sudo apt install ncurses-dev Install rust Running the program You can run the program using: cargo run