Author |
Message |
adigamov
|
Posted: Sun Jan 13, 2008 2:37 am Post subject: [FP] Jetman go to this one (this one includes the game) |
|
|
well this is my jetman game for my final in grade 9
it includes the source code and the compiled version.
the cheatcode section could be understood if you read the source code or if you get enough points in the game.
all those experienced coders can you please tell me what i can do to make my game more KISS
by kiss (if you dont know what i mean) i mean like, do the same thing but in a simpler way.
keep in mind that i am in grade 9 so keep critisicm polite
btw for the speeds i reccomend 2 for the jet and 6 for the clouds if your just starting.
[FP]
Description: |
|
Download |
Filename: |
Jet.rar |
Filesize: |
7.73 MB |
Downloaded: |
471 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Sun Jan 13, 2008 2:50 am Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
adigamov @ Sun Jan 13, 2008 2:37 am wrote: by kiss (if you dont know what i mean) i mean like, do the same thing but in a simpler way.
Keep It Simple, Stupid
And you could, for example, not package things in .rar files.
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
darkangel
|
Posted: Sun Jan 13, 2008 6:23 pm Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
for Grade 9 i think this is awesome. Graphics are good, you added music, and collision detection is decent.
I ran into one problem, when i tried to play "shadow of the beast" it froze on me. Not sure if its just me or if its ur program. Other than that its good.
(Also .rar is better because it condenses better than a .zip any day)
|
|
|
|
|
|
SMasood
|
Posted: Sun Jan 13, 2008 8:52 pm Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
Tony @ Sun Jan 13, 2008 2:50 am wrote: adigamov @ Sun Jan 13, 2008 2:37 am wrote: by kiss (if you dont know what i mean) i mean like, do the same thing but in a simpler way.
Keep It Simple, Stupid
And you could, for example, not package things in .rar files.
And it's actually Keep it Simple, Student
Denniss this is awesome stuff =( I still cant get my connect 4 going..
|
|
|
|
|
|
Tony
|
Posted: Sun Jan 13, 2008 9:09 pm Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
darkangel @ Sun Jan 13, 2008 6:23 pm wrote: (Also .rar is better because it condenses better than a .zip any day)
RAR is a proprietary format, that requires installation of paid (or shareware) software. In contrast, .zip format support is build into Windows and OSX. The slight improvement is compression is negligible for the tiny files we are dealing with here.
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
adigamov
|
Posted: Mon Jan 14, 2008 6:58 am Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
hi people
i dont want to ask for too much but can u please post some suggestions of how i can clean up my code
dont actually give me the code but tell me what i can do to clean it up please
its just that this is due wednesday jan 16 so all help would be appreciated.
|
|
|
|
|
|
ericfourfour
|
Posted: Mon Jan 14, 2008 8:54 am Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
It's pretty good. One thing you can do to clean up your code is to make all lines under 80 characters. That way, you don't have to scroll horizontally to see the whole line.
Also, 7zip has better compression than rar and zip for .exe files. It is also open source (GNU Lesser General Public License). A win-win situation.
|
|
|
|
|
|
Zampano
|
Posted: Mon Jan 14, 2008 10:59 am Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
On the other hand, many programs can read files even while they are in .zip format or a .zip folder. Though .7z has good compiling ratios and is freeware, it does not have this critical advantage. Furthermore, as said before, the lesser file size is redundant with files of this size.
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
ericfourfour
|
|
|
|
|
Tony
|
Posted: Mon Jan 14, 2008 1:00 pm Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
ericfourfour @ Mon Jan 14, 2008 12:26 pm wrote: Also, when you use zip you are leaving out the potential linux audience
I think you might have meant it to be the other way around
http://en.wikipedia.org/wiki/ZIP_(file_format) wrote:
By 2002, all major desktop environments included ZIP file support in their file managers: a ZIP file is typically presented as a directory or folder, so that files are copied into and out of it in the same manner as any other folder and the compression is handled in a way largely transparent to the user.
When you are using 7z, you are leaving out everybody who doesn't have it installed.
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Dan
|
Posted: Mon Jan 14, 2008 1:10 pm Post subject: RE:[FP] Jetman go to this one (this one includes the game) |
|
|
I always thought that it was zip for windows and tar and gziped for *nix and rar was for script kiddys on p2p networks :p
Note: i know there are implmenations of all of the above for most OSs.
|
Computer Science Canada
Help with programming in C, C++, Java, PHP, Ruby, Turing, VB and more! |
|
|
|
|
ericfourfour
|
Posted: Mon Jan 14, 2008 2:05 pm Post subject: RE:[FP] Jetman go to this one (this one includes the game) |
|
|
Tony's right. I understand where I went wrong. The list I found was on archivers, not archive formats. All formats have implementations on most OSs like Dan said. Zip files will have a larger audience though.
|
|
|
|
|
|
Ksenia
|
Posted: Sun Jan 20, 2008 12:10 pm Post subject: Re: [FP] Jetman go to this one (this one includes the game) |
|
|
*Falls down on the floor because she's laughing so hard*
Adigamov? Oh my god, you are such a geek. I was googling 'How to make Jetman Code' because I don't want to be behind all you MaCS snobs and this was the first thing to pop up. Seriously, this is way too funny. So yes Mwahaha. I'm going to go try stuff out now. The tutorials here are actually really helpful *shifty eyes* and this is fun
|
|
|
|
|
|
|