Introduction
This is an implementation of the popular Tetris game using egui for the graphical interface.
Installation and how to run
If you have cargo, just run
cargo install tetris-gui
and run
tetris-gui
in the command line.
Commands
- Arrow keys control movement;
- Q/E controls counterclockwise and clockwise rotation respectively;
- Z hard drops;
- Space pauses.