Forked from tetris-tui
- Implemented Tetris Random Algorithm
- Optimized memory and performance by using slices instead of multidimensional
Vec<_>s - Added configuration possiblities for custom keybindings
Tetris in the terminal
$ tetris-tui -h
Tetris in the terminal
Usage: tetris-tui [OPTIONS]
Options:
-m, --multiplayer
-s, --server-address <SERVER_ADDRESS>
-h, --help Print help
-V, --version Print version
build using cargo build
