Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 740 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 740 Bytes

Screensaver for terminal

Implementing simple "matrix" or digital rain screensaver in Rust language.

digital rain

Currently implemented:

  • Digital Rain also know as "Matrix"
  • Conway's life game
  • DFS Maze generation

Installation

Install directly using cargo:

cargo install tarts

Usage

Run with parameters:

tarts matrix
tarts life
tarts maze

More?