typerlude 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.ko.md +8 -4
- package/README.md +8 -6
- package/package.json +7 -7
package/README.ko.md
CHANGED
|
@@ -55,16 +55,20 @@ cat notes.txt | typerlude
|
|
|
55
55
|
|
|
56
56
|
### 단어비
|
|
57
57
|
|
|
58
|
-
한국어 또는 영어와
|
|
58
|
+
한국어 또는 영어와 쉬움·보통·어려움·Hell을 골라 끝없이 플레이합니다. 단어 10개를 없앨 때마다
|
|
59
59
|
더 빨라지며, 단어 하나라도 놓치면 즉시 끝납니다. 오타는 입력창에 남으므로 `Backspace`로
|
|
60
60
|
고칠 수 있고, 전부 지우면 다른 단어를 선택할 수 있습니다. `Esc`로 일시 정지하고, 정지 중
|
|
61
|
-
`q` 또는 `ㅂ`을 두 번 누르면
|
|
61
|
+
`q` 또는 `ㅂ`을 두 번 누르면 나갑니다. 결과 화면에서는 `r` 또는 `ㄱ`으로 다시 시작하고,
|
|
62
|
+
`Enter` 또는 `Esc`로 게임 목록에 돌아갑니다. Hell의 기본 낙하 시간은 7.0초, 생성 간격은
|
|
63
|
+
1.2초입니다.
|
|
62
64
|
|
|
63
65
|
### 보스전
|
|
64
66
|
|
|
65
67
|
하트 3개로 보스 3명 중 하나와 활성 시간 90초 동안 싸웁니다. 보스마다 고유한 입력 패턴과
|
|
66
|
-
2페이즈 스킬이 있습니다. 각 보스의 난이도는 쉬움 → 보통 → 어려움 순서로 열리며,
|
|
67
|
-
클리어하면 다음 보스도 열립니다.
|
|
68
|
+
2페이즈 스킬이 있습니다. 각 보스의 난이도는 쉬움 → 보통 → 어려움 → Hell 순서로 열리며,
|
|
69
|
+
쉬움을 클리어하면 다음 보스도 열립니다. `☆☆☆ ✧`부터 `★★★ ✦`까지의 문양으로 가장 높이
|
|
70
|
+
클리어한 난이도를 표시합니다. 결과 화면에서는 `r` 또는 `ㄱ`으로 다시 싸우고, `Enter` 또는
|
|
71
|
+
`Esc`로 같은 보스의 옵션에 돌아갑니다.
|
|
68
72
|
|
|
69
73
|
보스별 패턴과 진행도·점수 규칙은 [보스전 가이드](https://github.com/baba9811/typerlude/blob/main/docs/games/boss-battle.ko.md)에서
|
|
70
74
|
확인하세요.
|
package/README.md
CHANGED
|
@@ -55,16 +55,18 @@ Paste is ignored during scored practice.
|
|
|
55
55
|
|
|
56
56
|
### Word Rain
|
|
57
57
|
|
|
58
|
-
Choose Korean or English and Easy, Medium, or
|
|
59
|
-
clears, and the first word to reach the miss line ends the game. A typo stays editable: use
|
|
60
|
-
`Backspace`, or erase the input completely to target a different word. `Esc` pauses
|
|
61
|
-
or `ㅂ` twice while paused leaves,
|
|
58
|
+
Choose Korean or English and Easy, Medium, Hard, or Hell for an endless run. Words fall faster every
|
|
59
|
+
ten clears, and the first word to reach the miss line ends the game. A typo stays editable: use
|
|
60
|
+
`Backspace`, or erase the input completely to target a different word. `Esc` pauses and pressing `q`
|
|
61
|
+
or `ㅂ` twice while paused leaves. On the result screen, `r` or `ㄱ` retries; `Enter` or `Esc` returns
|
|
62
|
+
to Games. Hell starts with a 7.0-second fall time and a 1.2-second spawn interval.
|
|
62
63
|
|
|
63
64
|
### Boss Battle
|
|
64
65
|
|
|
65
66
|
Fight one of three bosses for 90 active seconds with three hearts. Each boss has its own typing
|
|
66
|
-
pattern and phase-two skill. Difficulties unlock Easy → Medium → Hard for each boss, while
|
|
67
|
-
Easy also opens the next boss.
|
|
67
|
+
pattern and phase-two skill. Difficulties unlock Easy → Medium → Hard → Hell for each boss, while
|
|
68
|
+
clearing Easy also opens the next boss. `☆☆☆ ✧` through `★★★ ✦` shows the highest clear. On the
|
|
69
|
+
result screen, `r` or `ㄱ` retries; `Enter` or `Esc` returns to the selected boss's options.
|
|
68
70
|
|
|
69
71
|
See the [Boss Battle guide](https://github.com/baba9811/typerlude/blob/main/docs/games/boss-battle.md)
|
|
70
72
|
for the boss roster, mechanics, progression, and scoring rules.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typerlude",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"description": "Offline-first Korean and English terminal typing tutor",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"repository": {
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"package-check": "node scripts/verify-package.mjs"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
|
-
"typerlude-darwin-arm64": "1.
|
|
35
|
-
"typerlude-darwin-x64": "1.
|
|
36
|
-
"typerlude-linux-arm64": "1.
|
|
37
|
-
"typerlude-linux-x64": "1.
|
|
38
|
-
"typerlude-win32-arm64-msvc": "1.
|
|
39
|
-
"typerlude-win32-x64-msvc": "1.
|
|
34
|
+
"typerlude-darwin-arm64": "1.4.0",
|
|
35
|
+
"typerlude-darwin-x64": "1.4.0",
|
|
36
|
+
"typerlude-linux-arm64": "1.4.0",
|
|
37
|
+
"typerlude-linux-x64": "1.4.0",
|
|
38
|
+
"typerlude-win32-arm64-msvc": "1.4.0",
|
|
39
|
+
"typerlude-win32-x64-msvc": "1.4.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|