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

Username:   Password: 
 RegisterRegister   
 BALL GAME WITH BOMBS
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
paulkwatyra




PostPosted: Fri Nov 25, 2005 10:44 am   Post subject: BALL GAME WITH BOMBS

check this game out tell me what u think???


tron3.t
 Description:

Download
 Filename:  tron3.t
 Filesize:  5.87 KB
 Downloaded:  434 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
do_pete




PostPosted: Fri Nov 25, 2005 11:23 am   Post subject: (No subject)

make it so you don't have to move to shoot. Also make the bombs actually blow up because it's too easy to trap the other person
Paul




PostPosted: Sat Nov 26, 2005 5:01 pm   Post subject: (No subject)

1. You actually have to be moving to shoot laser.
2. For player 1, try this: hold o and k at the same time Razz
paulkwatyra




PostPosted: Sat Nov 26, 2005 6:23 pm   Post subject: (No subject)

lol yea yea its so sweet when that happens
jrblast




PostPosted: Wed Nov 30, 2005 5:49 pm   Post subject: (No subject)

for the random location thing for player 1 consider this

code:
        if chars ('o') then
            i := Rand.Int (1, maxx) div 10 * 10
            y := Rand.Int (1, maxy)  div  10 * 10


this way it works anywhere on the screen (the div 10 and * 10 is because without it the dots get mis-aligned and you cant kill eachother, but div rounds to a whole number, if you dont understand what i mean then change it for yourself without it, press o then try to kill one another and run over bombs Razz)
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  [ 5 Posts ]
Jump to:   


Style:  
Search: