typerlude 1.4.0 → 1.5.1
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 +3 -3
- package/README.md +3 -3
- package/package.json +7 -7
package/README.ko.md
CHANGED
|
@@ -64,9 +64,9 @@ cat notes.txt | typerlude
|
|
|
64
64
|
|
|
65
65
|
### 보스전
|
|
66
66
|
|
|
67
|
-
하트 3개로 보스
|
|
67
|
+
하트 3개로 보스 4명 중 하나와 활성 시간 90초 동안 싸웁니다. 보스마다 고유한 입력 패턴과
|
|
68
68
|
2페이즈 스킬이 있습니다. 각 보스의 난이도는 쉬움 → 보통 → 어려움 → Hell 순서로 열리며,
|
|
69
|
-
쉬움을 클리어하면 다음 보스도 열립니다.
|
|
69
|
+
쉬움을 클리어하면 다음 보스도 열립니다. `☆ ☆ ☆ ✧`부터 `★ ★ ★ ✦`까지의 문양으로 가장 높이
|
|
70
70
|
클리어한 난이도를 표시합니다. 결과 화면에서는 `r` 또는 `ㄱ`으로 다시 싸우고, `Enter` 또는
|
|
71
71
|
`Esc`로 같은 보스의 옵션에 돌아갑니다.
|
|
72
72
|
|
|
@@ -76,7 +76,7 @@ cat notes.txt | typerlude
|
|
|
76
76
|
## 주요 기능
|
|
77
77
|
|
|
78
78
|
- 빠른 연습, 키, 단어, 문장, 긴 글, 시간제 시험 모드
|
|
79
|
-
- 계속 빨라지는 단어비와 보스
|
|
79
|
+
- 계속 빨라지는 단어비와 보스 4명이 등장하는 보스전
|
|
80
80
|
- 한국어·영어 UI와 콘텐츠, 언어별 점수 및 속도 단위
|
|
81
81
|
- 유니코드 기반 타자 지표, 목표, 기록, 추이, 약한 키 연습
|
|
82
82
|
- 오프라인 기본 콘텐츠와 로컬 콘텐츠 팩·테마
|
package/README.md
CHANGED
|
@@ -63,9 +63,9 @@ to Games. Hell starts with a 7.0-second fall time and a 1.2-second spawn interva
|
|
|
63
63
|
|
|
64
64
|
### Boss Battle
|
|
65
65
|
|
|
66
|
-
Fight one of
|
|
66
|
+
Fight one of four bosses for 90 active seconds with three hearts. Each boss has its own typing
|
|
67
67
|
pattern and phase-two skill. Difficulties unlock Easy → Medium → Hard → Hell for each boss, while
|
|
68
|
-
clearing Easy also opens the next boss.
|
|
68
|
+
clearing Easy also opens the next boss. `☆ ☆ ☆ ✧` through `★ ★ ★ ✦` shows the highest clear. On the
|
|
69
69
|
result screen, `r` or `ㄱ` retries; `Enter` or `Esc` returns to the selected boss's options.
|
|
70
70
|
|
|
71
71
|
See the [Boss Battle guide](https://github.com/baba9811/typerlude/blob/main/docs/games/boss-battle.md)
|
|
@@ -74,7 +74,7 @@ for the boss roster, mechanics, progression, and scoring rules.
|
|
|
74
74
|
## What you get
|
|
75
75
|
|
|
76
76
|
- Quick, Keys, Words, Sentences, Long Text, and timed Test modes
|
|
77
|
-
- Two offline games: escalating one-miss Word Rain and
|
|
77
|
+
- Two offline games: escalating one-miss Word Rain and four-boss Boss Battle
|
|
78
78
|
- Korean and English UI, content, scoring, and speed units
|
|
79
79
|
- Unicode-aware typing metrics, goals, history, progress, and weak-key practice
|
|
80
80
|
- Built-in offline content plus local content packs and themes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typerlude",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.1",
|
|
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.5.1",
|
|
35
|
+
"typerlude-darwin-x64": "1.5.1",
|
|
36
|
+
"typerlude-linux-arm64": "1.5.1",
|
|
37
|
+
"typerlude-linux-x64": "1.5.1",
|
|
38
|
+
"typerlude-win32-arm64-msvc": "1.5.1",
|
|
39
|
+
"typerlude-win32-x64-msvc": "1.5.1"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|