tetris_gui 0.1.0

Rust implementation of Tetris using egui.
Documentation
# Introduction


This is an implementation of the popular [Tetris](https://en.wikipedia.org/wiki/Tetris) game using [egui](https://github.com/emilk/egui) for the graphical interface.

<img src="tetris.png" alt="MarineGEO circle logo" style="height: 400px; width:300px; display: block; margin-left: auto; margin-right: auto"/>

## Installation and how to run


If you have cargo, just run

```console
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.