Tetris game written on Rust and Piston Framework.
git clone https://github.com/NetLagina/tetris-rs.git
cd ./tetris-rs
cargo build --release
- A - move left
- D - move right
- S - move down quickly
- Q - rotate counterclockwise
- E - rotate clockwise
- ESC - exit