aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfschildt <florian.schildt@protonmail.com>2025-07-21 16:07:28 +0200
committerfschildt <florian.schildt@protonmail.com>2025-07-21 16:07:28 +0200
commitb46a0d9369fbaa1938f0968ab216bc2d564a9c37 (patch)
treec28b75187d01be9642af56a54a6101f51b25e4a7 /README.md
first commitHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b4c24de
--- /dev/null
+++ b/README.md
@@ -0,0 +1,27 @@
+# fsarcade
+Games: Tetris, Snake
+
+
+## Usage on Linux
+Build: ./compile.sh<br>
+Run: ./launch.sh
+
+
+## Controls
+General:<br>
+- Escape: toggle pause menu during a game
+
+
+Tetris:<br>
+- Arrow Keys: move left/right/down<br>
+- z/y, x: rotate
+
+
+Snake:<br>
+- Arrow Keys: move left/right/up/down
+
+
+## Picture
+<p align="center">
+ <img alt="pic_tetris" src="https://git.schildt.xyz/fsarcade/plain/data/pic_tetris.png">
+</p>