Skip to content

sensui7/tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetris - Rust

Preview

Game Image Gameplay

Instructions

Execute cargo build && cargo run to install the dependencies/build the program and then run it.

Execute cargo test to run the unit tests for this project.

The keybindings are UP, DOWN, LEFT, RIGHT, SPACE, Z, and X.

Requirements

You will need to install SDL2 mixer (for audio) and possibly SDL2: sudo apt-get install libsdl2-dev libsdl2-mixer-dev

Future Features to Consider

  • All T-Spin setups
  • All Z/S/L/J spin setups
  • Combos (incremental sound effects)
  • Hold a piece option
  • Scores

Code Overview

About

Tetris clone built in Rust programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages