Skip to content

madchicken/rust-tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris

Tetris is an open source terminal arcade game with audio, based off of the "TETRIS" classic arcade game.

This game was made using this other project as starting point.

This simple game would not exists without CleanCut and his Rust video curse

Build and run

After setting up Rust and Cargo on your computer, simply run

cargo run

Sound Files

All audio files were downloaded from https://mixkit.co/free-sound-effects/game/

Dependencies on Linux

Audio should work out-of-the-box on macOS, Windows, and iOS. For Linux, the downstream package for actually playing sound ([CPAL]) requires the Alsa development libraries to be installed.

CentOS

sudo yum install -y alsa-lib-devel

Debian/Ubuntu

sudo apt install libasound2-dev pkg-config

Contribution

All contributions are assumed to be dual-licensed under MIT/Apache-2.

License

Distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See license/APACHE and license/MIT.

Screeshot

Sample screenshot

About

A simple tetris made in rust for the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages