Command-Line implementation of Tetris written in Rust. Originally a college project for a Rust language course.
- Ensure that rust is installed.
- Clone the project using
git clone https://github.com/ETJeanMachine/tetroxide.git. cdinto the directorytetroxideand runcargo run.
AandD, or←and→to move left & right.Wor↑to rotateSor↓to soft-drop the piece.Cto hold a piece.Spaceto hard drop a piece.Escto enter a menu to change the level, restart, or quit the game.