aboutsummaryrefslogtreecommitdiff
path: root/files/ko/games
diff options
context:
space:
mode:
authorlogic-finder <83723320+logic-finder@users.noreply.github.com>2021-06-08 15:38:09 +0900
committerGitHub <noreply@github.com>2021-06-08 15:38:09 +0900
commitbd2e1fb8ee63eba2325418130231cc3add0adc69 (patch)
tree236dbcc1874e7bcc9edb1d835baa93ccc3b4e8a1 /files/ko/games
parent5e990a17012ff5ed90ae1559a11bbe4bc74c887a (diff)
downloadtranslated-content-bd2e1fb8ee63eba2325418130231cc3add0adc69.tar.gz
translated-content-bd2e1fb8ee63eba2325418130231cc3add0adc69.tar.bz2
translated-content-bd2e1fb8ee63eba2325418130231cc3add0adc69.zip
Fix little things in 'Track the score and win'. (#1139)
Diffstat (limited to 'files/ko/games')
-rw-r--r--files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html
index 591d13370f..a170b88822 100644
--- a/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html
+++ b/files/ko/games/tutorials/2d_breakout_game_pure_javascript/track_the_score_and_win/index.html
@@ -15,7 +15,7 @@ original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽
<p>{{PreviousNext("Games/Tutorials/2D_Breakout_game_pure_JavaScript/Collision_detection", "Games/Tutorials/2D_Breakout_game_pure_JavaScript/Mouse_controls")}}</p>
<div class="summary">
-<p>이번 단계는  <a href="/ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript">Gamedev Canvas tutorial</a>의 8번째 단계입니다. <a href="https://github.com/end3r/Gamedev-Canvas-workshop/blob/gh-pages/lesson08.html">Gamedev-Canvas-workshop/lesson8.html</a>에서 이번 단계의 소스 코드를 확인할 수 있습니다.</p>
+<p>이번 단계는 <a href="/ko/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript">Gamedev Canvas tutorial</a>의 8번째 단계입니다. <a href="https://github.com/end3r/Gamedev-Canvas-workshop/blob/gh-pages/lesson08.html">Gamedev-Canvas-workshop/lesson8.html</a>에서 이번 단계의 소스 코드를 확인할 수 있습니다.</p>
</div>
<p><span class="seoSummary">벽돌 깨기 기능은 잘 작동합니다. 하지만 더 나은 게임이 되기 위해서, 유저가 벽돌을 깰 때마다 점수를 얻고, 그 점수를 기록하는 점수 기능을 만들 수 있습니다.</span></p>
@@ -91,7 +91,7 @@ original_slug: Games/Tutorials/순수한_자바스크립트를_이용한_2D_벽
<p>{{JSFiddleEmbed("https://jsfiddle.net/yumetodo/2m74vr9r/1/","","395")}}</p>
<div class="note">
-<p><strong>추가학습</strong>: 벽돌을 깰 때마다 얻는 점수를 늘리고, 게임 클리어 시 최종 점수를 경고창에 표시해 봅시다.</p>
+<p><strong>추가 학습</strong>: 벽돌을 깰 때마다 얻는 점수를 늘리고, 게임 클리어 시 최종 점수를 경고창에 표시해 봅시다.</p>
</div>
<h2 id="다음_단계">다음 단계</h2>