chore(i8n,learn): processed translations

This commit is contained in:
Crowdin Bot
2021-02-06 04:42:36 +00:00
committed by Mrugesh Mohapatra
parent 15047f2d90
commit e5c44a3ae5
3274 changed files with 172122 additions and 14164 deletions

View File

@ -1,14 +1,30 @@
---
id: 5a4b7fcdb66f799f199e11db
title: 建立乒乓球比赛
title: Build a Pong Game
challengeType: 3
videoUrl: ''
forumTopicId: 302353
dashedName: build-a-pong-game
---
# --description--
**目标:** 构建一个功能类似于此的[CodePen.io](https://codepen.io)应用程序: [https](https://codepen.io/satyamdev/full/pdMmBp) **** [//codepen.io/satyamdev/full/pdMmBp](https://codepen.io) 。 **规则1** 不要查看示例项目的代码。自己搞清楚。 **规则2** 完成以下[用户故事](https://en.wikipedia.org/wiki/User_story) 。使用您需要的任何库或API。给它你自己的个人风格。 **用户故事:** 我可以控制一个球拍。 **用户故事:** 计算机可以控制另一个拨片。 **用户故事:** 计算机的桨是无与伦比的。它绝不应该错过球。 **用户故事:** 游戏记录玩家和计算机的分数。如果卡住,请记得使用[Read-Search-Ask](https://forum.freecodecamp.org/t/how-to-get-help-when-you-are-stuck-coding/19514) 。完成后单击“我已完成此挑战”按钮并包含指向CodePen的链接。您可以通过Facebook上的朋友分享您的项目反馈。
**Objective:** Build a [CodePen.io](https://codepen.io) app that is functionally similar to this: <https://codepen.io/satyamdev/full/pdMmBp>.
**Rule #1:** Don't look at the example project's code. Figure it out for yourself.
**Rule #2:** Fulfill the below [user stories](https://en.wikipedia.org/wiki/User_story). Use whichever libraries or APIs you need. Give it your own personal style.
**User Story:** I can control a paddle.
**User Story:** The computer can control the other paddle.
**User Story:** The computer's paddle is unbeatable. It should never miss the ball.
**User Story:** The game keeps track of the player and computer's score.
When you are finished, include a link to your project on CodePen and click the "I've completed this challenge" button.
You can get feedback on your project by sharing it on the [freeCodeCamp forum](https://forum.freecodecamp.org/c/project-feedback/409).
# --solutions--