typerlude 1.5.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 +1 -1
- package/README.md +1 -1
- package/package.json +7 -7
package/README.ko.md
CHANGED
|
@@ -66,7 +66,7 @@ cat notes.txt | typerlude
|
|
|
66
66
|
|
|
67
67
|
하트 3개로 보스 4명 중 하나와 활성 시간 90초 동안 싸웁니다. 보스마다 고유한 입력 패턴과
|
|
68
68
|
2페이즈 스킬이 있습니다. 각 보스의 난이도는 쉬움 → 보통 → 어려움 → Hell 순서로 열리며,
|
|
69
|
-
쉬움을 클리어하면 다음 보스도 열립니다.
|
|
69
|
+
쉬움을 클리어하면 다음 보스도 열립니다. `☆ ☆ ☆ ✧`부터 `★ ★ ★ ✦`까지의 문양으로 가장 높이
|
|
70
70
|
클리어한 난이도를 표시합니다. 결과 화면에서는 `r` 또는 `ㄱ`으로 다시 싸우고, `Enter` 또는
|
|
71
71
|
`Esc`로 같은 보스의 옵션에 돌아갑니다.
|
|
72
72
|
|
package/README.md
CHANGED
|
@@ -65,7 +65,7 @@ to Games. Hell starts with a 7.0-second fall time and a 1.2-second spawn interva
|
|
|
65
65
|
|
|
66
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)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typerlude",
|
|
3
|
-
"version": "1.5.
|
|
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.5.
|
|
35
|
-
"typerlude-darwin-x64": "1.5.
|
|
36
|
-
"typerlude-linux-arm64": "1.5.
|
|
37
|
-
"typerlude-linux-x64": "1.5.
|
|
38
|
-
"typerlude-win32-arm64-msvc": "1.5.
|
|
39
|
-
"typerlude-win32-x64-msvc": "1.5.
|
|
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"
|