generated from hheik/bevy-template
Added README
parent
779f7b6dde
commit
c4275f90be
|
|
@ -0,0 +1,27 @@
|
||||||
|
# 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
|
||||||
Loading…
Reference in New Issue