Version: 1.01
Category: VP 8.x Originals
Author(s): Bob5453
Description:
This is my concept of a VP Simon type game.
Sub Rules
Msg(0)=TableName&Chr(10)&Chr(10)
Msg(1)=""
Msg(2)="This is a simple game base on the SIMON game"
Msg(3)=""
Msg(4)="Press 1 to Start a New Game or Press the [+] sign on the Number pad "
Msg(5)=""
Msg(6)="Press 5, I or R for Instructions"
Msg(7)=""
Msg(
Msg(9)=""
Msg(10)="The computer starts with 1 dropping pipe and you press the corresponding Number Pad key"
Msg(11)=""
Msg(12)="Then the computer randomly picks a new pipe and repeats it after dropping the first pipe again"
Msg(13)=""
Msg(14)="Now you press both numbers of the sequence"
Msg(15)=""
Msg(16)="If you're correct in your guess, the computer will add a new pipe to the existing sequence"
Msg(17)=""
MSG(18)="Now you press all 3 of the numbers of the pipe dropping sequence. This goes on and on until you guess wrong"
Msg(19)=""
Msg(20)="I hate writing the directions.... I guess that's why my games are so simple."
For X=1 To 20 'Change the 20 to the number of lines needed
Msg(0)=Msg(0)+Msg(X)&Chr(13)
Next
MsgBox Msg(0),," Memory Zone Rules"
End Sub
View File
Submitted by Bob5453, on May 30 2009, 03:53 PM





Top









are all trademarks of VPFORUMS.