게임 모드는 화면 위에서 떨어지는 프로그래밍 키워드를 빠르게 타이핑하여 점수를 얻는 연습 방식입니다.
function,
const,
return,
import,
class,
async,
await,
try,
catch,
export
등 실제 프로그래밍에서 사용되는 키워드들이 출제됩니다.
시간 압박 속에서 정확하게 입력하는 훈련은 반응 속도와 정확도를 동시에 향상시킵니다. 콤보 시스템으로 연속 정답 시 보너스 점수를 얻고, 10단어마다 레벨이 올라가며 낙하 속도가 빨라집니다. 반복 연습을 통해 자주 사용하는 프로그래밍 키워드에 대한 근육 기억(Muscle Memory)이 형성되어, 실제 코딩 시 키워드를 생각하지 않고도 자동으로 입력할 수 있게 됩니다.
Game Mode challenges you to type falling programming keywords to score points.
Keywords from real programming are used, such as
function,
const,
return,
import,
class,
async,
await,
try, and
catch.
Practicing accurate input under time pressure trains reaction speed and accuracy simultaneously. The combo system rewards consecutive correct answers with bonus points, and difficulty increases every 10 words. Through repeated practice, you build muscle memory for common programming keywords, allowing you to type them automatically during real coding sessions without conscious thought.