Last active
July 14, 2017 07:18
-
-
Save yurenju/96c86b08824eec9ed4bb9025eba0e95b to your computer and use it in GitHub Desktop.
骰子
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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