/teris

tetris game written in rust - work in progress

Primary LanguageRust

Description

Tetris Game written in Rust

Requirements

You will need to install rust : curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Building

cargo build

Run the game

cargo run or cargo run --release if you don't want debug.