From c4275f90becd0a022936c960856ee94f88548c5f Mon Sep 17 00:00:00 2001 From: hheik <4469778+hheik@users.noreply.github.com> Date: Sat, 23 Aug 2025 13:24:26 +0300 Subject: [PATCH] Added README --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3e0fae --- /dev/null +++ b/README.md @@ -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