We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 269afc3 commit 6d91d6cCopy full SHA for 6d91d6c
README.md
@@ -0,0 +1,18 @@
1
+# Stack Game
2
+
3
+A little Unity project I made inspired by **Stack** by Ketchapp.
4
+You tap (or click) to drop moving blocks and try to stack them as perfectly as you can.
5
+The more precise you are, the higher your tower grows — miss a little and your block gets chopped.
6
+Eventually… well, gravity wins.
7
8
+## 🎮 How to Play
9
+- Blocks slide back and forth.
10
+- Tap/Click to place them.
11
+- Perfect drops = perfect size.
12
+- Missed drops = smaller blocks.
13
+- Keep going until there’s nothing left to stack.
14
15
+## 🛠 Made With
16
+- Unity
17
+- C# scripts
18
+- A lot of patience for getting those perfect drops.
0 commit comments