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

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




PostPosted: Mon Jun 20, 2005 1:37 pm   Post subject: PINBALL

This is a pinball game that I made for my final project in computor science class. It is pretty much complete. A few things are not working right yet, such as the high scores thing, but hopefully I can figure it all out soon. Here it is.


pinball.t
 Description:

Download
 Filename:  pinball.t
 Filesize:  12.55 KB
 Downloaded:  545 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
fehrge




PostPosted: Tue Jun 21, 2005 11:06 am   Post subject: (No subject)

Nice game Nick. The blinking ball, and square is kind of annoying but it works. Nice credits but you should have use parameters for your wordfade procedure like this:

code:
procedure wordfade (words, words2 : string)
        for i : 17 .. 30
       
        Font.Draw (words, 400, 400, font1, i)
        Font.Draw (words2, 400, 400, fontc, i)
        delay (150)   
    end for
    delay (1000)
    for decreasing i : 30 .. 17
        Font.Draw (words, 400, 400, font1, i)
        Font.Draw (words2, 400, 400, fontc, i)
        delay (150)   
    end for
        Font.Draw (words, 400, 400, font1, 7)
        Font.Draw (words2, 400, 400, fontc, 7)
    delay (500)
end wordfade


and then to use it you just type this instead of using some variables:

code:

wordfade ("Designer","")   
wordfade ("","Nick Neufeld")
pro123




PostPosted: Thu Jun 23, 2005 7:53 pm   Post subject: (No subject)

A decent program, I agree with fehrge about the parameters. Parameters make something like that a lot easier.
Mr. T




PostPosted: Mon Jun 27, 2005 9:01 pm   Post subject: Alex's Opinion

work on the error proofing
i lost on the first level, and it still continued to the second Confused
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: