Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Gussin game
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Crazya




PostPosted: Thu Mar 22, 2007 11:47 am   Post subject: Gussin game

%Aaron Hazley

var b : int
var a : int
put " Please enter any number in the world and i will guess it "
put " NOW DO IT!"
get b
cls

a := 57
a := a + 1
View.Set ("graphics")

colorback (black)
cls
Text.Color (Rand.Int (1, 200))


put "Guessing"
loop

Text.Color (Rand.Int (1, 200))



Draw.Box (583, 385, 57, 400, Rand.Int (1, 200))

delay (10)
a := a + 1

Draw.FillBox (57, 385, a, 400, Rand.Int (1, 200))
exit when a > 582
end loop
Text.Color (Rand.Int (1, 100))

put " your number is ", b
put " Dam Right BOI!!!!"
Sponsor
Sponsor
Sponsor
sponsor
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 1 Posts ]
Jump to:   


Style:  
Search: