Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 784 Bytes

File metadata and controls

27 lines (19 loc) · 784 Bytes

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.