Skip to content

Instantly share code, notes, and snippets.

@yurenju
Last active July 14, 2017 07:18
Show Gist options
  • Save yurenju/96c86b08824eec9ed4bb9025eba0e95b to your computer and use it in GitHub Desktop.
Save yurenju/96c86b08824eec9ed4bb9025eba0e95b to your computer and use it in GitHub Desktop.
骰子
#language: zh-TW
功能: 擲骰子
場景: 擲一顆骰子
當按下 "擲" 按鈕
那麼骰子會顯示 1 - 6 之間的點數
場景: 擲兩顆骰子
當改變骰子數量變成 2 時
而且按下 "擲" 按鈕
那麼總共會出現 2 顆骰子
而且骰子會顯示 1 - 6 之間的點數
而且會出現所有骰子點數的加總
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment