Simple tetris with Rust for learning. Using pixels and winit.
Download and run the exe file of release 0.1
Download the linux executable file
To run, in the download folder do sudo chmod a+r ./rustetris
and then ./rustetris
Alternatively, clone and run the project's source directly with Rust's package manager cargo.
git clone https://github.com/ShootingStar91/rustetris
cd rustetris
cargo run