<%
'*********************************************
' THIS IS A SIMPLE GAME OF ROCK SCISSORS PAPER
' FEEL FREE TO DO WHATEVER YOU LIKE WITH THIS
' SCRIPT! -IAN S. CARROLL
'*********************************************
'*********************************************
' THIS FUNCTION GENERATES A RANDOM NUMBER
'*********************************************
Function computerChooses()
Dim randomNum
Dim choice
randomize
randomNum = int(rnd*15)+1
If randomNum = 1 OR randomNum = 3 OR randomNum = 7 OR randomNum = 8 OR randomNum = 15 OR randomNum = 12 Then
choice = "R"
ElseIf randomNum = 2 OR randomNum = 6 OR randomNum = 11 OR randomNum = 13 Then
choice = "S"
Else
choice = "P"
End If
computerChooses = choice
End Function
'*********************************************
' THIS FUNCTION SIMPLY DETERMINES THE WINNER
' OF THE GAME
'*********************************************
Sub determineWinner(playerChoice, computerChoice)
Const Rock = "R"
Const Scissor = "S"
Const Paper = "P"
Dim tempPlayer, tempComputer
If playerChoice = Rock Then
If computerChoice = Scissor Then
%>
Your ROCK crushed the computer's SCISSORS!"
<%
End If
ElseIf playerChoice = Scissor Then
If computerChoice = Paper Then
%>
Your SCISSORS cut up the computer's PAPER!
<%
End If
ElseIf playerChoice = Paper Then
If computerChoice = Rock Then
%>
Your PAPER stumped the computer's ROCK!
<%
End If
ElseIf playerChoice = computerChoice Then
%>
We seem to have a tie!
<%
End If
If computerChoice = Rock Then
If playerChoice = Scissor Then
%>
The computer's ROCK crushed your SCISSORS!
<%
ElseIf playerChoice = computerChoice Then
%>
We seem to have a tie!
<%
End If
ElseIf computerChoice = Scissor Then
If playerChoice = Paper Then
%>
The computer's SCISSOR cut up your PAPER!
<%
ElseIf playerChoice = computerChoice Then
%>
We seem to have a tie!
<%
End If
ElseIf computerChoice = Paper Then
If playerChoice = Rock Then
%>
The computer's PAPER stumped your ROCK!
<%
ElseIf playerChoice = computerChoice Then
%>
We seem to have a tie!
<%
End If
ElseIf computerChoice = playerChoice Then
%>
We seem to have a tie!
<%
End If
End Sub
'*********************************************
' THIS FUNCTION WILL CAUSE THE GAME TO
' EXECUTE UNLESS A DIFFERENT ACTION WAS CHOSEN
'*********************************************
Sub playGame()
%>
Welcome to the famous game: ROCK, SCISSORS, PAPER!
Good Luck!
Please choose your weapon:
ROCK | |
SCISSOR | |
PAPER |
<%
End Sub
'********************************************
' THIS FUNCTION WILL BE RUN IF THE GAME IS
' PLAYED
'********************************************
Sub playAgain()
%>
Would you like to play this game again?
YES
NO
<%
End Sub
'*********************************************
' THIS FUNCTION WILL BE DISPLAYED WILL THE
' PERSON CHOOSES TO END THE GAME
'*********************************************
Sub endGame()
Response.Buffer = true
Response.Redirect "http://www.luckybbs.com"
End Sub
'*********************************************
' THE BASIC RUN-TIME SCRIPT
'*********************************************
Dim player, computer
Dim gameAction
gameAction = Request.QueryString("action")
Select Case gameAction
Case "winner"
player = Request.Form("playerSelect")
computer = computerChooses
determineWinner player, computer
Response.Write "
"
playAgain
Case "again"
playAgain
Case "gameover"
endGame
Case Else
playGame
End Select
%>
相关视频
相关阅读 Windows错误代码大全 Windows错误代码查询激活windows有什么用Mac QQ和Windows QQ聊天记录怎么合并 Mac QQ和Windows QQ聊天记录Windows 10自动更新怎么关闭 如何关闭Windows 10自动更新windows 10 rs4快速预览版17017下载错误问题Win10秋季创意者更新16291更新了什么 win10 16291更新内容windows10秋季创意者更新时间 windows10秋季创意者更新内容kb3150513补丁更新了什么 Windows 10补丁kb3150513是什么
热门文章 360快剪辑怎么使用 36金山词霸如何屏幕取词百度收购PPS已敲定!3
最新文章
微信3.6.0测试版更新了微信支付漏洞会造成哪
360快剪辑怎么使用 360快剪辑软件使用方法介酷骑单车是什么 酷骑单车有什么用Apple pay与支付宝有什么区别 Apple pay与贝贝特卖是正品吗 贝贝特卖网可靠吗
人气排行 xp系统停止服务怎么办?xp系统升级win7系统方电脑闹钟怎么设置 win7电脑闹钟怎么设置office2013安装教程图解:手把手教你安装与qq影音闪退怎么办 QQ影音闪退解决方法VeryCD镜像网站逐个数,电驴资料库全集同步推是什么?同步推使用方法介绍QQ2012什么时候出 最新版下载EDiary——一款好用的电子日记本
查看所有0条评论>>