Updated horseshoe score sounds.

This commit is contained in:
Storm Dragon 2014-05-04 14:39:12 -04:00
parent d53c2eb074
commit ce6e111303
3 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@ local playerName=$1
local getCpuNameVariable=$2
local continue="false"
while [ "$continue" == "false" ] ; do
local cpuName=$(shuf -n 1 -e "Alicia" "Alonzo" "Anthony" "Billy" "Cayden" "Dorothy" "Draken" "Dave" "Ember" "Jeremy" "Kendell" "Kyle" "Storm" "Tux")
local cpuName=$(shuf -n 1 -e "Alicia" "Alonzo" "Anthony" "Billy" "Burt" "Cayden" "Dorothy" "Draken" "Dave" "Ember" "Jeremy" "Kendell" "Kyle" "Storm" "Tux")
if [ "${playerName^}" != "${cpuName^}" ] ; then
local continue="true"
fi
@ -145,6 +145,7 @@ fi
playerCounter=1
score[1]=0
score[2]=0
echo "${player[1]} verses ${player[2]}. Good luck!"
while [ ${score[1]} -lt 15 -a ${score[2]} -lt 15 ] ; do
msg=""
echo "${player[$playerCounter]} is up to throw. Press any key to continue."

Binary file not shown.

Binary file not shown.