Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 276 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 276 Bytes

tetris-rs

A tetris written in Rust.

Run

This repository depends on cargo-make. If you don't have installed it yet, so run below.

cargo install --force cargo-make

Play the game

cargo make run

Open docs

cargo make docs