hiiwave / UltimateCode-Tutorial

A tutorial about implementing ultimate code game on javascript, and linking it to discord.js.

Home Page:https://hiiwave.gitbooks.io/ultimatecode-tutorial/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

蘋果的終極密碼小幫手

這次的任務目標是在小幫手加入終極密碼遊戲,我們將透過實踐兩個class來完成這個功能:

  • UCGGame: 負責完成遊戲的各項功能與邏輯,其中UCG是Ultimate Code Game的縮寫。
  • UCGMessageHandler: 負責從discord接收訊息並委任給UCGGame處理

這個手冊將會依序介紹以下四個部分,其中主要是ucggame.js需要完成,所有的Sample Code可以從這裡下載。

可能會有一點點不太好理解,反覆對照邊看看邊想想,如果哪裡卡住了就要舉手問老師哦~

About

A tutorial about implementing ultimate code game on javascript, and linking it to discord.js.

https://hiiwave.gitbooks.io/ultimatecode-tutorial/content/


Languages

Language:JavaScript 100.0%