Files
freeCodeCamp/curriculum/challenges/chinese/08-coding-interview-prep/take-home-projects/build-a-tic-tac-toe-game.chinese.md
Mo Zargham 437ba8b103 fix(curriculum): Read-search-ask link now point to correct url as noted in the issue (#37753)
* fix: broken Read-search-ask link now point to correct url

* fix: changed link to original forum link with more views

* fix: changed http links to correct version

* fix: link in help modal
2019-11-19 19:54:48 -05:00

1.5 KiB
Raw Blame History

id, title, challengeType, isRequired, videoUrl, localeTitle
id title challengeType isRequired videoUrl localeTitle
bd7158d8c442eedfaeb5bd1c Build a Tic Tac Toe Game 3 false 建立一个Tic Tac Toe游戏

Description

目标:构建一个功能类似于此的CodePen.io应用程序: https //codepen.io/freeCodeCamp/full/KzXQgy/ 。完成以下用户故事 。使用您需要的任何库或API。给它你自己的个人风格。 用户故事:我可以用电脑玩Tic Tac Toe游戏。 用户故事:我的游戏一旦结束就会重置,所以我可以再玩一次。 用户故事:我可以选择是否要播放为X或O.如果卡住,请记得使用Read-Search-Ask 。完成后单击“我已完成此挑战”按钮并包含指向CodePen的链接。您可以通过Facebook上的朋友分享您的项目反馈。

Instructions

Tests

tests: []

Challenge Seed

Solution

// solution required