中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

bash 小腳本色子游戲

發布時間:2020-08-08 21:50:03 來源:ITPUB博客 閱讀:176 作者:ahfhuang 欄目:建站服務器

#!/bin/bash
echo "<<<<< GAME STARTS! >>>>>"
choice='Big'
balance=1000
testtimes=3
while [ $choice != 'exit' ]
do
echo -e "Please choice Big or Small:"
read choice

if [ $choice == 'exit' ]
  then
  exit 0
fi

echo -e "How much you wanna bet :"
read amout

while [ $balance -lt $amout ]
do
    echo "Enter amout is bigger than balance , try again !"
    read amout
    testtimes=$[ $testtimes -1 ]
    if [ $testtimes -eq 1 ]
      then
       exit -1
    fi
done

function roll_dice()
{
echo "<<<<< ROLL THE DICE! >>>>>"
number=3
points=0
while (( number > 0 ))
do
point=$(($RANDOM%6+1))
echo $point
number=`expr $number-1`
let "points+=$point"
done
}
roll_dice

function caparoll_result()
{
if [ $points -le 18 ] && [ $points -ge 11 ]
  then
   result='Big'
elif [ $points -le 10 ] && [ $points -ge 3 ]
   then
   result='Small'
else
   echo 'Error'
   exit -1
fi
}
caparoll_result $points

if [ $choice == 'Big' ] || [ $choice == 'Small' ]
  then
   if [ $choice == $result ]
      then
       echo "The points are $points You win !"
       let "balance+=amout"
       echo "The gained $amout , You have $balance now !"
  else
      echo "The points are $points You lose !"
      let "balance-=amout"
      echo "The lost $amout , You have $balance now !"
  fi
else
    echo "Invalid Words"
fi

if [ $balance -eq 0 ]
  then
  echo "Game Over !"
  exit 0
fi
 
done

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

威远县| 正蓝旗| 资讯| 玛多县| 上栗县| 新邵县| 庆城县| 垫江县| 伊川县| 盐城市| 西乌珠穆沁旗| 木里| 桐城市| 昔阳县| 东明县| 凤山市| 纳雍县| 诏安县| 疏勒县| 安图县| 玉林市| 米泉市| 营口市| 马山县| 合川市| 江陵县| 丁青县| 竹北市| 富蕴县| 玛纳斯县| 涞源县| 巴林右旗| 育儿| 镇安县| 桂阳县| 鄱阳县| 大同市| 临泽县| 明水县| 视频| 高淳县|