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

Username:   Password: 
 RegisterRegister   
 Starry night program
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Rowah




PostPosted: Sun Jan 04, 2004 11:03 am   Post subject: Starry night program

Wanna know how you can watch the stars with your girlfriend in the middle of a hot and sunny afternoon? Just copy my code into turing and run it of course!
code:
%First national bank of variables
var Row, Column : int
randomize
colorback (7)
cls
color (0)
loop
    delay (358) %Play around with the values in delay, try a delay of 0 ;)
    randint (Column, 1, maxcol)
    randint (Row, 1, maxrow)
    locate (Row, Column)
    put "*"..
end loop
Sponsor
Sponsor
Sponsor
sponsor
Rowah




PostPosted: Sun Jan 04, 2004 11:19 am   Post subject: Graffiti Proggie

Modified the above program intoo
The Grafitti Program
This was one hell of a new year's party eh
Quote:
%First national bank of variables
var Row, Column, Color : int
randomize
loop
randint (Column, 1, 400)
randint (Row, 1, 650)
randint (Color, 1, 250)
drawdot (Row, Column, Color)
end loop
shorthair




PostPosted: Wed Jan 07, 2004 10:47 am   Post subject: (No subject)

i like it , i applied the code to my house program , gave me some good ideas for night time modes in my game , Very Happy
Rowah




PostPosted: Thu Jan 08, 2004 11:47 am   Post subject: (No subject)

W00t first positive comment! The power of Rowah grows!!
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  [ 4 Posts ]
Jump to:   


Style:  
Search: