A Test Driven, Rust implementation of the classic Tetris game.
Controls:
- Left / Right / Down Arrow to move
- Left Ctrl/Control to rotate current shape
- Space to drop current shape
Controls:
- (A Key) Move Left
- (D Key) Move Left
- (S Key) Move Down
- (Space) Rotation
- (Enter) Drop
Run tests: cargo test
Run Native Implementation: cargo run --bin native
Run Web Implementation trunk serve