Computer Science Canada Clone Invaders |
Author: | statistic-48260137985 [ Thu Mar 10, 2005 9:44 pm ] |
Post subject: | Clone Invaders |
well last night after watching fry play a huge version of clone invaders on futurama, i decided i wanted to make it... so i did, i spent two hours on it, got the basic idea then spent another hour on it today fine tuning. you'll need a pretty quick computer if you want this to run anywhere close to smooth, and as you go since the enemies slowly disappear, it gets smoother. I included the source code in the zip file too, but dont make fun of my sloppy code please. well here it is. controls: up arrow is to shoot.... and if you cant figure out howta move you're too stupid to be here |
Author: | Flikerator [ Sat Mar 12, 2005 11:55 pm ] | ||||
Post subject: | |||||
Change line 2 too
and line 127 (after the delay) to;
Otherwise very good. All you have to do is add rems ^^; |
Author: | ssr [ Sun Mar 13, 2005 9:54 am ] |
Post subject: | |
Yes Nice Game ![]() |
Author: | Token [ Sun Mar 13, 2005 1:28 pm ] | ||
Post subject: | |||
Flikerator wrote: and line 127 (after the delay) to;
umm i didnt download it but i would think u should put View.Update before the delay, or else you dont see whatever it is untill after the pause is done... i may be wrong tho becuase i didnt download it to see... |
Author: | statistic-48260137985 [ Mon Mar 14, 2005 10:34 am ] |
Post subject: | update: thanks flikerator and token |
thanks for your input on my code heres and update using what you gave me, a beep so its more like the original dos version, and levels, if anyone can beat level 3 let me know, take a screen shot , make it a jpg and send it to sk8_an_rock_4_life@hotmail.com, cause id really like to see if anyone can beat it. O and i entered remarks into the code. |
Author: | Flikerator [ Wed Mar 16, 2005 1:08 pm ] |
Post subject: | |
Well someone could just edit the picture to say "Hey I beat level 3!" Put a special ending in 3 that isn't in the .t, only in the .exe so that they don't know what it looks like. |
Author: | [Gandalf] [ Wed Mar 16, 2005 2:35 pm ] |
Post subject: | |
Very nice game, but I don't think level 3 is possible with that speed of shooting. I tried increasing the rate, but I just messed up the code ![]() ![]() Anyways, very well made! |
Author: | statistic-48260137985 [ Sat Mar 19, 2005 11:19 pm ] |
Post subject: | |
i think maybe you just got the arrays confused gandalf my speed thing is really messed up and switches itself around a few times, but yea, if you want to slow it down you actually could raise the number in one of the if statements change: if faster>14 to something higher like "if faster>20" then you geta few extra seconds each time before they move down |