4 releases
0.1.5 | Dec 25, 2023 |
---|---|
0.1.4 | Dec 13, 2023 |
0.1.3 | Dec 12, 2023 |
0.1.2 | Dec 11, 2023 |
#317 in Games
56KB
1.5K
SLoC
Screensaver for terminal
Implementing simple "matrix" or digital rain screensaver in Rust language.
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?
- Args parser to run with configuration (yaml or something)
- add rotating donut? https://www.a1k0n.net/2011/07/20/donut-math.html
- add pipes? https://asciinema.org/a/427066
- add cellular automation like https://www.reddit.com/r/neovim/comments/z70mg3/cellularautomatonnvim_my_first_plugin/
Dependencies
~4–9MB
~93K SLoC