You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Web-Dev-For-Beginners/4-typing-game/translations
Sara Gibbons 9205cc3f8b
Merge pull request #890 from phalopes/fix/adjusts_pt_README_translation
2 years ago
..
README.es.md Translation issue (paragraph 09) 2 years ago
README.fr.md add README.fr.md for 4-typing-game base README 3 years ago
README.hi.md Fixed Markdown Links of Hindi Translations 3 years ago
README.it.md Ch. 4 italian translation and fixed wrong translations in the quiz app 4 years ago
README.ja.md 日本語訳ファイルの修正 4 years ago
README.ko.md add typing-game ko translation (WIP) 4 years ago
README.ms.md translated to Malay 4 years ago
README.nl.md Update link to english lesson instead of Italian lesson 2 years ago
README.ta.md Translated all lessons to tamil language and added ta.json as a tamil translation for quizapp (#623) 3 years ago
README.uk.md Add Ukrainian translation for typing-game (#500) 3 years ago
README.zh-cn.md doc: translate chapter 4 into simplified Chinese 3 years ago
README.zh-tw.md translate lesson 4 to zh-tw 4 years ago
READMR.pt-BR.md Fixes some links from PT Translations 2 years ago

README.zh-tw.md

事件驅動程式設計 ── 建立一款打字遊戲

大綱

打字可說是開發者被嚴重低估的技能之一,將腦中的想法快速地轉換到編輯器中,讓你流暢地發揮你的想像力。其中一個訓練方法就是遊玩遊戲!

因此,讓我們來開發一款打字遊戲吧!

你會使用到你學到的 JavaScript、HTML 與 CSS 技法來建立打字遊戲。這款遊戲提供隨機的引文作為玩家的目標(使用夏洛克·福爾摩斯的引文),計算玩家準確輸入所需要花費的時間。

demo

開始之前

這堂課會假設你已經熟悉下列的概念:

  • 建立文字輸入及按鈕控制
  • CSS 與 class 的造型設定
  • JavaScript 基礎觀念
    • 建立矩陣
    • 建立隨機數
    • 取得目前時間

課程

使用事件驅動程式設計,建立一款打字遊戲

參與人員

Christopher Harrison 用滿滿的 ♥️ 來編寫。