개발에 앞서 게임 룰을 정리했다.

화면 디자이너 요청에 의해 게임 룰을 영문으로도 작성했다.

 

<기본 셋팅>

단어 최대길이 : 8자

단어별 제한 시간 : 9초

최대 스코어 : 999점

 

<게임 방법>

Typing Game은 여러분의 타이핑 속도를 테스트할 수 있는 간단한 게임입니다. 제한 시간 내에 화면의 단어를 입력할 때마다 1점을 얻습니다. 제한 시간 내에 입력하지 않으면 게임은 종료됩니다. 단어는 대소문자를 구분하지 않으니 Hello를 hello 또는 HELLO로 입력해도 괜찮습니다. 엔터 키나 스페이스 키 입력 없이 단어가 일치되는 순간 점수가 오르고, 입력한 단어와 제한 시간은 초기화되며, 새로운 단어가 로드됩니다. 즐거운 시간 되세요.

 

The Typing Game is a simple game that can test your speed for typing a word. If you type the displayed word within the time limit, you get 1 point. If you don't type the displayed word within the time limit, game over. word is not case sensitive. For example, typing Hello as hello is okay. The moment a word is matched without entering the enter key or the space key, the score increases, your typing word and the time limit are initialized, and a new word is loaded. Enjoy the typing game!