mirror of
https://github.com/tiennm99/try-claudekit.git
synced 2026-04-17 15:21:21 +00:00
docs: split README into separate docs
Move tech stack, getting started, and gameplay sections into docs/ folder. Slim README down to a landing page with links.
This commit is contained in:
26
docs/gameplay.md
Normal file
26
docs/gameplay.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# How to Play
|
||||
|
||||
1. Move your mouse (or touch on mobile) to position the fruit
|
||||
2. Click/tap to drop it into the container
|
||||
3. When two identical fruits touch, they merge into the next larger fruit
|
||||
4. Game ends when fruits stack above the danger line
|
||||
|
||||
## Fruit Chain
|
||||
|
||||
Cherry → Strawberry → Grapes → Dekopon → Persimmon → Apple → Pear → Peach → Pineapple → Melon → Watermelon
|
||||
|
||||
| Tier | Fruit | Radius | Color | Merge Points |
|
||||
|------|-------|--------|-------|-------------|
|
||||
| 0 | Cherry | 12px | Red | 1 |
|
||||
| 1 | Strawberry | 16px | Light Red | 3 |
|
||||
| 2 | Grapes | 20px | Purple | 6 |
|
||||
| 3 | Dekopon | 26px | Orange | 10 |
|
||||
| 4 | Persimmon | 32px | Dark Orange | 15 |
|
||||
| 5 | Apple | 36px | Red | 21 |
|
||||
| 6 | Pear | 42px | Green-Yellow | 28 |
|
||||
| 7 | Peach | 48px | Peach | 36 |
|
||||
| 8 | Pineapple | 57px | Yellow | 45 |
|
||||
| 9 | Melon | 64px | Green | 55 |
|
||||
| 10 | Watermelon | 77px | Dark Green | 66 |
|
||||
|
||||
Only the 5 smallest fruits (Cherry through Persimmon) appear as drop candidates. When two Watermelons merge, they disappear and award 66 bonus points.
|
||||
Reference in New Issue
Block a user