Computer Science Canada Asteroids |
Author: | upthescale [ Sun Jun 25, 2006 11:52 am ] |
Post subject: | Asteroids |
Yes, I have finally attempted this game. I was always scared and nervous because: a) I never knew how to work flexible arrays b) I never knew trig Well now: a) I know flexible arrays b) I know trig So I bring to you... <b>Asteroids</b> Instructions are in the game, and good luck. Ps, there are 20 levels! *EDIT- Thank you Tony for taking my Lamer ranking off, hopefully this game will redeem me![/i] |
Author: | Delos [ Sun Jun 25, 2006 3:33 pm ] |
Post subject: | |
On attmepting to open rar: Error message wrote: Error opening file. |
Author: | NikG [ Sun Jun 25, 2006 6:31 pm ] |
Post subject: | |
I didn't have an error opening the file. But I did die almost immediately after the game started. Care to explain upthescale? Also, make it so you can skip that intro screen. |
Author: | upthescale [ Sun Jun 25, 2006 6:51 pm ] |
Post subject: | |
um u shudn't die, i never did, ddi u rerun it and try again? the intro screen doesn't take that long! |
Author: | Clayton [ Sun Jun 25, 2006 9:21 pm ] |
Post subject: | |
Hm, i suggest that you have some sort of execution time control, on my computer that thing runs a way too fast i can barely see the thing move and i dont have any control over it barely cuz it moves so fast, oh, and you really should have some way to skip the intro, and be careful with the word wrap too |
Author: | upthescale [ Sun Jun 25, 2006 10:22 pm ] |
Post subject: | |
why u guys complaining over nothing? i can see the speed, bvut the intro? it takes two seconds and wut wordwrap? |
Author: | NikG [ Tue Jun 27, 2006 12:14 am ] |
Post subject: | |
upthescale wrote: why u guys complaining over nothing? i can see the speed, bvut the intro? it takes two seconds
ok....
and wut wordwrap? Why are you posting if you don't want to hear suggestions??? That's the point of putting stuff up here, not just to post your 100th game. Everything that has been said was so that you could actually improve your work for once, not just forget about it and move on. edit: and I'm sure the word wrap SuperFreak82 is referring to do is in your intro screen, how some of the words wrap to the next line |
Author: | rownale [ Tue Jun 27, 2006 8:33 am ] |
Post subject: | Good Job |
I managed to play this game and it worked fine. The intro is too long though (I timed it at about 15 seconds lawl) And the words in the intro do wrap into the next line. The main part of the game was pretty good though. I really wish i knew how to use trig... Good job |
Author: | Clayton [ Tue Jun 27, 2006 12:57 pm ] |
Post subject: | |
is there something wrong with your keyboard or something? i mean there is no reason for that poor of spelling, unless you have an actual reason (such as Dan being dyslexic), and like NikG said, we are not complaining, we are trying to give you helpful hints to help you improve your game, we are not saying it is crap, but that there are ways for it to be improved, there is no such thing as a perfect program, there will always be problems, whether tolerable or not. as for the word wrap thing, that means that some of your words end up being cut off and wrapping(sp?) from line to line (eg. that has "th" on one line and "at" on the line below it) |
Author: | Delos [ Tue Jun 27, 2006 1:17 pm ] |
Post subject: | |
upthescale has been queried about queried about his keyboard's state of integrity several times. Thus far, he is yet to give a satisfactory response. |
Author: | upthescale [ Tue Jun 27, 2006 4:47 pm ] |
Post subject: | |
When did I make a spelling Error SuperFreak and Cervcante? |
Author: | Clayton [ Tue Jun 27, 2006 5:36 pm ] |
Post subject: | |
its not just spelling, but grammar too, if you post something like "herez my pr0gGi, tell me Use liked" are you honestly going to give that a proper response? also, "Cervcante"? my oh my people have trouble spelling your name Cervantes I once remember Clevernuts but lets not go there |
Author: | upthescale [ Tue Jun 27, 2006 5:50 pm ] |
Post subject: | |
heres my prggi is on one of onetruegods forums:) |
Author: | Clayton [ Tue Jun 27, 2006 6:02 pm ] |
Post subject: | |
You do realize that you have just gotten rid of your Lamer rank right? You do realize part of the reason you got it was for massive spamming right? Do you now realize that you are walking right back into that Lamer rank? The above post was not only pure spam, but utterly and completely childish. |
Author: | Cervantes [ Tue Jun 27, 2006 7:31 pm ] |
Post subject: | |
SuperFreak82 wrote: The above post was not only pure spam, but utterly and completely childish.
Childish? I don't even understand what it means. As for the state of upthescale's keyboard, perhaps it's not a keyboard problem. It may be some memory problem. As evidence, I present: upthescale wrote: When did I make a spelling Error SuperFreak and Cervcante?
Who, me? I hadn't posted in this thread when he said that. So the moral of the story is this. Upthescale, you need to do less spamming and communicate a bit better. It is rather difficult to understand what you're saying, quite often. And spamming is against [The Rules]. You've received a lavish amount of warnings. Think about what you're posting before you post it. If it's a one line comment that isn't directly answering a question, there's a pretty good chance it's spam. |
Author: | upthescale [ Tue Jun 27, 2006 7:42 pm ] |
Post subject: | |
Sorry Cervantes lol i think i meatn someone else! |
Author: | TokenHerbz [ Sat Aug 12, 2006 11:40 pm ] | ||
Post subject: | |||
Is my astroids betteR???? TO SHOOT::: LEFT CTRL TO MOVE:::: ARROW KEYS TO EXIT:::: ESC ::::: Next im going to try to add upgrades, and a better detection system aswell as fixing some of my messy code in there
**If mine is better, didnt mean to show you up upthescale** |
Author: | [Gandalf] [ Sun Aug 13, 2006 12:46 am ] |
Post subject: | |
Yes, I'd say your's is better. It could be much improved, though. And none of that changes the fact that this is an old, dead topic. Next time if you really want to post something of yours, do that in a new topic in the [Turing Source Code] forum. |
Author: | Clayton [ Sun Aug 13, 2006 11:53 am ] |
Post subject: | |
well seeing as hes posted here... i noticed in your code you are using randint, i ask you : why? randint is a procedure that changes the value of your variable, why not use Rand.Int, a function? generally speaking, when you have a choice between a function or a procedure to do something, take the function and on that note i also have to ask you why you are using drawline and randint instead of Draw.Line and Rand.Int. using the latter commands is a much better idea because it helps to introduce you to modularity, and is a much better idea in the way of organization. If i asked you, off the top of your head where the code for drawline was, could you tell me? probably not, if, on the other hand i asked you where the code was for Draw.Line was you could probably tell me in an instant, in the Draw module, so as you can see it is a big advantage to use commands such as Draw.Line and Rand.Int instead of drawline and randint respectively |