A Tetris clone implemented in Rust using SDL2 using TDD and test coverage.
- Rust 1.70.0 or later (check with
rustc --version)
sudo apt-get update
sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev- 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.