add 4-0 readme ko translation
This commit is contained in:
Родитель
d9cdccfe1e
Коммит
b09133119a
|
@ -1,30 +1,30 @@
|
|||
# Event-Driven Programming - Build a Typing Game
|
||||
# 이벤트-주도 프로그래밍 - 타이핑 게임 빌드하기
|
||||
|
||||
## Introduction
|
||||
## 소개
|
||||
|
||||
Typing is one of the most underrated skills of the developer. The ability to quickly transfer thoughts from your head to your editor allows creativity to flow freely. One of the best ways to learn is to play a game!
|
||||
타이핑은 개발자에게 가장 과소평가된 스킬 중 하나입니다. 생각을 머리에서 에디터에 빠르게 전달할 수 있는 능력은 창의력이 자유롭게 흐릅니다. 배울 때 가장 좋은 방법 중 하나는 게임을 직접 해보는 것입니다!
|
||||
|
||||
> So, let's build a typing game!
|
||||
> 이제 타이핑 게임을 빌드하러 갑시다!
|
||||
|
||||
You're going to use the JavaScript, HTML and CSS skills you have built up so far to create a typing game. The game will present the player with a random quote (we're using [Sherlock Holmes](https://en.wikipedia.org/wiki/Sherlock_Holmes) quotes) and time how long the player takes to type it out accurately. You're going to use the JavaScript, HTML and CSS skills you have built up so far to create a typing game.
|
||||
타이핑 게임을 만들기 위해 지금까지 배운 JavaScript, HTML 및 CSS 스킬을 사용합니다. 게임은 플레이어에게 무작위 인용문([Sherlock Holmes](https://en.wikipedia.org/wiki/Sherlock_Holmes) 인용문 사용)과 플레이어가 정확하게 입력하는 데 걸리는 시간을 제시합니다.
|
||||
|
||||
![demo](images/demo.gif)
|
||||
|
||||
## Prerequisites
|
||||
## 사전 조건
|
||||
|
||||
This lesson assumes you're familiar with the following concepts:
|
||||
이 레슨에서는 다음 개념에 익숙하다고 가정합니다:
|
||||
|
||||
- Creating text input and button controls
|
||||
- CSS and setting styles using classes
|
||||
- JavaScript basics
|
||||
- Creating an array
|
||||
- Creating a random number
|
||||
- Getting the current time
|
||||
- 텍스트 입력 및 버튼 컨트롤 생성하기
|
||||
- 클래스를 사용한 CSS 및 설정 스타일하기
|
||||
- JavaScript 기초
|
||||
- 배열 생성하기
|
||||
- 난수 생성하기
|
||||
- 현재 시간 얻기
|
||||
|
||||
## Lesson
|
||||
## 레슨
|
||||
|
||||
[Creating a typing game by using event driven programming](./project/README.md)
|
||||
[이벤트 기반 프로그래밍을 사용하여 타이핑 게임 만들기](./project/README.md)
|
||||
|
||||
## Credits
|
||||
## 크레딧
|
||||
|
||||
Written with ♥️ by [Christopher Harrison](http://www.twitter.com/geektrainer)
|
||||
|
|
Загрузка…
Ссылка в новой задаче