Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 480 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 480 Bytes

tetris-rs

Rust

Tetris game written on Rust and Piston Framework.

Install

git clone https://github.com/NetLagina/tetris-rs.git
cd ./tetris-rs
cargo build --release

Controls

  • A - move left
  • D - move right
  • S - move down quickly
  • Q - rotate counterclockwise
  • E - rotate clockwise
  • ESC - exit