generated from hheik/bevy-template
30 lines
359 B
Markdown
30 lines
359 B
Markdown
# Tetris
|
|
|
|
Simple tetris game built with [Bevy](https://bevy.org/)
|
|
|
|
## Running with cargo
|
|
|
|
```shell
|
|
cargo run
|
|
```
|
|
|
|
## Building
|
|
|
|
```shell
|
|
cargo build
|
|
```
|
|
|
|
## Controls
|
|
|
|
**Left / Right arrow:** move piece
|
|
|
|
**Up arrow:** rotate piece clockwise
|
|
|
|
**Left Shift:** rotate piece counter-clockwise
|
|
|
|
**Down arrow:** soft drop
|
|
|
|
**Space bar:** hard drop
|
|
|
|
**C:** swap piece
|