typerlude 1.0.2 → 1.1.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.
Files changed (3) hide show
  1. package/README.ko.md +12 -0
  2. package/README.md +12 -0
  3. package/package.json +7 -7
package/README.ko.md CHANGED
@@ -12,6 +12,10 @@
12
12
 
13
13
  <p align="center"><a href="README.md">English</a> · <strong>한국어</strong></p>
14
14
 
15
+ <p align="center">
16
+ <img src="assets/demo.gif" alt="Typerlude 영어 타자 연습 데모" width="800">
17
+ </p>
18
+
15
19
  한국어·영어 타자를 연습하거나, 바이브 코딩 중 잠깐 심심할 때 터미널에서 쉬어가세요.
16
20
  Typerlude는 오프라인으로 실행되며 연습 데이터를 내 컴퓨터에만 보관합니다.
17
21
 
@@ -36,6 +40,11 @@ UTF-8 대화형 터미널을 사용하세요. 권장 최소 크기는 80×24입
36
40
  일시 정지하거나 나가기 확인을 열고, 입력 중인 `q`와 `ㅂ`은 연습 글자로 처리합니다. 단어 연습은
37
41
  `Space` 또는 `Enter`로 현재 단어를 제출합니다.
38
42
 
43
+ **게임 → 단어비**에서는 한국어 또는 영어와 쉬움·보통·어려움을 골라 끝없이 플레이합니다.
44
+ 단어 10개를 없앨 때마다 더 빨라지며, 단어 하나라도 놓치면 즉시 끝납니다. 오타는 입력창에
45
+ 남으므로 `Backspace`로 고칠 수 있고, 전부 지우면 다른 단어를 선택할 수 있습니다. `Esc`로
46
+ 일시 정지하고, 정지 중 `q` 또는 `ㅂ`을 두 번 누르면 나가며, 결과 화면에서 `Enter`로 다시 시작합니다.
47
+
39
48
  내 파일이나 표준 입력으로도 연습할 수 있습니다.
40
49
 
41
50
  ```bash
@@ -50,6 +59,7 @@ cat notes.txt | typerlude
50
59
  ## 주요 기능
51
60
 
52
61
  - 빠른 연습, 키, 단어, 문장, 긴 글, 시간제 시험 모드
62
+ - 무작위 위치, 계속 빨라지는 속도, 콤보 점수, 한 번 놓치면 끝나는 단어비
53
63
  - 한국어·영어 UI와 콘텐츠, 언어별 점수 및 속도 단위
54
64
  - 유니코드 기반 타자 지표, 목표, 기록, 추이, 약한 키 연습
55
65
  - 오프라인 기본 콘텐츠와 로컬 콘텐츠 팩·테마
@@ -74,6 +84,8 @@ cat notes.txt | typerlude
74
84
  업데이트 캐시는 운영체제의 표준 사용자 디렉터리를 사용합니다. 정확한 위치는
75
85
  `typerlude paths`로 확인하세요.
76
86
 
87
+ 단어비 결과와 최고 점수는 저장하지 않습니다.
88
+
77
89
  ## 기여하기
78
90
 
79
91
  버그 제보, 기능 제안, 범위가 명확한 Pull Request를 환영합니다.
package/README.md CHANGED
@@ -12,6 +12,10 @@
12
12
 
13
13
  <p align="center"><strong>English</strong> · <a href="README.ko.md">한국어</a></p>
14
14
 
15
+ <p align="center">
16
+ <img src="assets/demo.gif" alt="Typerlude English typing practice demo" width="800">
17
+ </p>
18
+
15
19
  Practice Korean and English typing—or take a quick interlude when vibe coding gets quiet.
16
20
  Typerlude runs in your terminal, works offline, and keeps your practice data local.
17
21
 
@@ -36,6 +40,11 @@ Pick a mode, adjust its options, and press `Enter`. Use `Tab`, arrow keys, `j`,
36
40
  pauses or opens leave confirmation while `q` and `ㅂ` remain typing input. In Word practice,
37
41
  `Space` or `Enter` submits the current word.
38
42
 
43
+ Open **Games → Word Rain** for an endless Korean or English run. Choose Easy, Medium, or Hard;
44
+ words fall faster every ten clears, and the first word to reach the miss line ends the game. A typo
45
+ stays editable: use `Backspace`, or erase the input completely to target a different word. `Esc`
46
+ pauses, pressing `q` or `ㅂ` twice while paused leaves, and `Enter` retries from the result screen.
47
+
39
48
  Practice your own text from a file or standard input:
40
49
 
41
50
  ```bash
@@ -50,6 +59,7 @@ Paste is ignored during scored practice.
50
59
  ## What you get
51
60
 
52
61
  - Quick, Keys, Words, Sentences, Long Text, and timed Test modes
62
+ - Word Rain with randomized placement, escalating speed, combo scoring, and one-miss sudden death
53
63
  - Korean and English UI, content, scoring, and speed units
54
64
  - Unicode-aware typing metrics, goals, history, progress, and weak-key practice
55
65
  - Built-in offline content plus local content packs and themes
@@ -74,6 +84,8 @@ aggregate metrics and intended-key counts—not what you typed. Configuration, s
74
84
  themes, and the update cache use your operating system's standard user directories; run
75
85
  `typerlude paths` to see the exact locations.
76
86
 
87
+ Word Rain results and high scores are not saved.
88
+
77
89
  ## Contributing
78
90
 
79
91
  Bug reports, feature ideas, and focused pull requests are welcome. Start with
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typerlude",
3
- "version": "1.0.2",
3
+ "version": "1.1.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.0.2",
35
- "typerlude-darwin-x64": "1.0.2",
36
- "typerlude-linux-arm64": "1.0.2",
37
- "typerlude-linux-x64": "1.0.2",
38
- "typerlude-win32-arm64-msvc": "1.0.2",
39
- "typerlude-win32-x64-msvc": "1.0.2"
34
+ "typerlude-darwin-arm64": "1.1.1",
35
+ "typerlude-darwin-x64": "1.1.1",
36
+ "typerlude-linux-arm64": "1.1.1",
37
+ "typerlude-linux-x64": "1.1.1",
38
+ "typerlude-win32-arm64-msvc": "1.1.1",
39
+ "typerlude-win32-x64-msvc": "1.1.1"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"