Fully playable desktop tetris game/engine written in Rust.
Engine concepts taken from https://www.youtube.com/playlist?list=PLBNbqulT6FWw9C39_WIT_dcCIj1AdxiAy playlist.
rustup install nightly
brew install sdl2 sdl2_ttf
cargo run
cargo test
cargo clippy
to lint