Computer Science Canada Gr.10 FP - AVOID |
Author: | beastmaker100 [ Wed Jun 11, 2008 1:10 pm ] |
Post subject: | Gr.10 FP - AVOID |
Object get to the green circle while controling the white ball avoiding the falling blocks. The red circle is where you spawn. The highest gotten is Level 7. Tell me if you got higher and rate my game. THANK YOU!!!!!!! |
Author: | jeffgreco13 [ Wed Jun 11, 2008 1:19 pm ] |
Post subject: | Re: Gr.10 FP - AVOID |
be honest... how many times have u gotten to level 7? LOL... shit luck!!! Good game tho keep up the good work |
Author: | Insectoid [ Wed Jun 11, 2008 3:51 pm ] | ||
Post subject: | RE:Gr.10 FP - AVOID | ||
What the heck? is something wrong with my computer? I get this, it completely skips winRar! Next time, please zip it instead. Well hey! now I know what RaR code looks like!
Edit- I got it, nice, VERY hard, got to level 4 and gave up. |
Author: | TripleBla [ Thu Jun 12, 2008 8:09 am ] | ||
Post subject: | RE:Gr.10 FP - AVOID | ||
Very fun and addicting game. Try using arrays to reduce repetitive code. ex.
|
Author: | nastynika [ Thu Jun 12, 2008 8:12 am ] |
Post subject: | Re: Gr.10 FP - AVOID |
good game how the hell did u make it to level 7 holy smokes (looks at insectoid) did u really have to post the RaR code? lol |
Author: | SNIPERDUDE [ Thu Jun 12, 2008 1:54 pm ] |
Post subject: | RE:Gr.10 FP - AVOID |
winRAR code? Teach me? |
Author: | Insectoid [ Thu Jun 12, 2008 5:41 pm ] |
Post subject: | RE:Gr.10 FP - AVOID |
Lol, I don't think it's possible to learn RaR code, WAY to complicated...that's why there's programs out there to do it for you! nasty- Yes. Yes I did. |
Author: | Zampano [ Thu Jun 12, 2008 8:03 pm ] |
Post subject: | Re: Gr.10 FP - AVOID |
Winrar doesn't have a 'code' associated with it, but rather a way that data is interpreted. Otherwise, you might as well say that you are coding Microsoft Word every time you make a document in it. The code we think of is a means for us to relay instructions to the computer, but this is just a way for the computer to encrypt static data. |
Author: | inquisit0r [ Wed Jun 18, 2008 2:21 pm ] |
Post subject: | Re: Gr.10 FP - AVOID |
Actually, that's not true. WinRAR does have a code associated with it. For example, if you compress a turing file in WinRAR and then open the rar file with turing, you can easily convert it back by copying and pasting the rar code into Notepad, and saving it with as filename.t. It is very important that you save it with a .t extension. |
Author: | Euphoracle [ Wed Jun 18, 2008 3:04 pm ] |
Post subject: | RE:Gr.10 FP - AVOID |
What? WinRAR compresses files by using an algorithm designed to take parts of the file that are similar, index them, and shorten them with something else (for a simple explanation) and then reconstruct the file using that information. If you have 3000 lines of "VXVXQVQVVXVXQVQV" it can be reduced to something like "3000xVXVXQVQVVXVXQVQV" to help you understand better. It doesn't code the file. I don't know what you're on about. http://en.wikipedia.org/wiki/Data_compression Also, extensions have nothing to do with the file. They serve only to help your interface (and you) know what file type it should be. I can write a program and save to a .txt, but that won't make it a text file and you sure as hell won't be able to "read" it. Likewise, you can't take lyrics and save them as an mp3 file and expect them to play. I think you should install a distribution Linux; that'll show you that windows has taught you a lot of incorrect things. |
Author: | SNIPERDUDE [ Thu Jun 19, 2008 10:38 am ] |
Post subject: | RE:Gr.10 FP - AVOID |
wow, quite a conversation I sparked... lol, it's fine. |