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

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




PostPosted: Mon Jan 05, 2004 10:07 am   Post subject: Lame Fence

Here is a Lame Fence we did in class
code:
%Created by Joey
var g, w, l, rail_y, rail_y2, x : int
g := maxx div 97
w := 2 * g
rail_y := 100
rail_y2 := maxy - 100
x := 0
drawfillbox (x, rail_y, maxx, rail_y + g, brown)
drawfillbox (x, rail_y2, maxx, rail_y2 + g, brown)
for i : 1 .. 35
    drawfillbox (x + g, rail_y-g, x + g + w, rail_y2 + 2*g, brown)
    x := x + g + w
end for

Sponsor
Sponsor
Sponsor
sponsor
koby93




PostPosted: Mon Jan 05, 2004 10:22 am   Post subject: (No subject)

Smile Nice
Rowah




PostPosted: Mon Jan 05, 2004 3:27 pm   Post subject: Nice

"Lame" or not, looks pretty cool *Thumbs up*
shorthair




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

you worked to hard on that , but it looks cool , i have one where the sun goes past and it turns to night time
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: