Skip to content

samegens/samtris-rust

Repository files navigation

SAMTris Rust

CI codecov

A Tetris clone implemented in Rust using SDL2 using TDD and test coverage.

Prerequisites

  • Rust 1.70.0 or later (check with rustc --version)

Ubuntu/Debian

sudo apt-get update
sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev

TODO

  • Add enter high score screen
  • Add logging
  • Add metrics
  • Add score when soft/hard dropping
  • Add sound
  • Add music
  • Find out if an integration test can be written that covers main and SdlDisplay.

About

Tetris implementation in Rust using SDL2.

Topics

Resources

Stars

Watchers

Forks