You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+61-10Lines changed: 61 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,37 @@
1
-
# Pentris - v1.5
1
+
# Pentris - v2.0
2
2
3
3
Tetris, but with the pentominoes 😎
4
4
5
5
## Play Now
6
6
7
-
Play `1.5` now at [plett.fun/pentris](https://plett.fun/pentris)
7
+
Play `2.0` now at [plett.fun/pentris](https://plett.fun/pentris)
8
8
9
9
#### Controls
10
10
11
-
-**WASD** or **Arrow Keys**: Classic controller movement. Up is drop.
12
-
-**Q** & **E** or **/** & **Shift**: Rotate.
13
-
-**Space**, **F**, or **R**: Reflect.
14
-
-**Tab**, **CapsLock**, **Z**, or **X**: Hold for later.
11
+
You can configure your controls in [settings](https://plett.fun/pentris/settings), and they'll save in your browser.
15
12
16
-
## Previous Playable Versions
13
+
These are the default controls:
17
14
15
+
-**Arrow Keys** for piece movement horizontally and vertically.
16
+
-**A or D** to rotate.
17
+
-**W** to bank the piece for later.
18
+
-**Space** to reflect.
19
+
20
+
#### Gameplay
21
+
22
+
As you play Pentris, you'll realize it's very difficult to survive long without holes. Here's some tips if you're new.
23
+
24
+
- Start with a one-block-wide space on one side, for your long `I`s to go in and score maximal points.
25
+
- Practice looking ahead to upcoming pieces, and watch out for the extra difficult `X`s, `V`s, `Z`s, and `T`s.
26
+
- Don't forget pieces can go sideways! This is especially important for `Z`s and `T`s.
27
+
- Do your best to not create 2-squares-deep holes, as only a small subset of pieces can fill those.
28
+
- If you've got too many holes, abandon your space on the side and just start digging.
29
+
30
+
If you are an experienced player and want to maximize your score, you can start on later levels just like NES Tetris. This is configured in your [settings](https://plett.fun/pentris), which will be saved.
31
+
32
+
## Version Archive
33
+
34
+
- 1.5: [not accessible](https://plett.fun/pentris). No settings, worse scoring, no kill screen. ([code](https://github.com/plettj/pentris/tree/19bed699b575ab2ae26617712574afc7700df354))
18
35
- 1.4: [not accessible](https://plett.fun/pentris). No start/end screens or dynamic leaderboard. ([code](https://github.com/plettj/pentris/tree/1f4b41f266b359fbdcad6732712769aa9d65d39e))
19
36
- 1.3: [here](https://pentris-1point3.surge.sh/). No sustainable code infra. ([code](https://github.com/plettj/pentris/tree/4a8eda8137e8ec06056809e99d8489f3997a19ce))
20
37
- 1.2: [here](https://pentris-1point2.surge.sh/). No hold bucket. ([code](https://github.com/plettj/pentris/tree/46b75d539ebfb336e849dfd46e61e3b5fcfbaa8f))
@@ -23,9 +40,43 @@ Play `1.5` now at [plett.fun/pentris](https://plett.fun/pentris)
23
40
24
41
## High Scores
25
42
26
-
### Version >=1.4
27
-
28
-
Dynamic leaderboard introduced!
43
+
### Version 2.0
44
+
45
+
Check the live leaderboard at [plett.fun/pentris](https://plett.fun/pentris).
0 commit comments