Computer Science Canada the start of an isometric game |
Author: | zylum [ Sun Feb 15, 2004 10:01 pm ] | ||
Post subject: | the start of an isometric game | ||
here's the code for an isometric game i was trying to make a few weeks ago but i ended up giving up after much frustration... the depth sorting ended up complicating things. i might end up rewriting it but this is it for now... i don't mind if anyone uses it but good luck understanding it as i've been too lazy to comment it
|
Author: | shorthair [ Sun Feb 15, 2004 10:05 pm ] |
Post subject: | |
Looks like someone knows what there doing , i like hte code its well written , good luck wiht your game |
Author: | AsianSensation [ Sun Feb 15, 2004 10:06 pm ] |
Post subject: | |
very nice, too bad the collision detection is a bit off, very good for a starting isometric game. too only a puzzle game could be made out of this, it's too slow for a fast paced game. oh yeah, btw, bitsness +25 bits |
Author: | jonos [ Sun Feb 15, 2004 10:09 pm ] |
Post subject: | |
nice!!! good, smooth graphics, and really clean looking. collision detection is nonexistant though, and as someone said before, its really slow, but you could probably speed it up. first and best isometric engine i have seen. |
Author: | zylum [ Sun Feb 15, 2004 10:17 pm ] |
Post subject: | |
Quote: i like hte code its well written
lol, i thought it was poorly written. it's hard to follow and to get the depth sorting to work required me to store the values of the map unconventionally which made it hard to make collision detection that's why i gave up on it |
Author: | shorthair [ Sun Feb 15, 2004 10:20 pm ] |
Post subject: | |
thast what makes it well written , its sloppy and uniqe , and probably un upgradeable , i like when code is unique to the user , not conventional and perfect , when its uniqe no one can steal it cause it will be noting like the code they usually hand it , i understood it and folowod it , you just have to know what your reading , i mean if your an english scholar trying to decipher german ,you may get the odd line but you aint going anywhere fast, |
Author: | rizzix [ Sun Feb 15, 2004 10:29 pm ] |
Post subject: | |
ingnore the comments of the dude above me.. hey if ur code is not maintainable, extensible, is undocumented or is cryptic.. its bad code. no company wants such progrmmers.. they are just havoc. but nice coding so far. can always improve. try OOP, helps alot |
Author: | shorthair [ Sun Feb 15, 2004 10:32 pm ] |
Post subject: | |
hey , all people have a unique writing stly , were not talking about writing for a ompany heree , when yur working for a company you write how they want , but as a new programmer ,you always develop a uniqe aspect , i think what he calls messy and unorganized code is good code, i see no problem with it * sure it may not the be the most efficiant ) but he has a good sense of what he is doing , look through it and tell me if you thik its messey or not |
Author: | rizzix [ Sun Feb 15, 2004 10:33 pm ] |
Post subject: | |
well i dun think his code is newbie-ish.. and its always a good idea to get your style of programming right the first try. |
Author: | shorthair [ Sun Feb 15, 2004 10:36 pm ] |
Post subject: | |
That it is , and you will find not many people comment heir code ,thats the one thing i dont like , i like commented code ,that way if people want ot learn its better , but i find it alot harder to make a program that i am going to understand and also someone else, most people get lost in my code and its jsut because of the way i write it |
Author: | zylum [ Sun Feb 15, 2004 10:37 pm ] |
Post subject: | |
after this semester i will know how to use classes so i might make an attempt at V2 : OOPized... man, look at all the those variables all over the place!!! lol |
Author: | Dan [ Sun Feb 15, 2004 11:44 pm ] |
Post subject: | |
wow, it is shure nice looking for not ushing any pic's. i am starting to realy like this hole isometric thing... have some bits++ |
Author: | Catalyst [ Mon Feb 16, 2004 12:02 am ] |
Post subject: | |
Very nice looking have 20 bits edit: the donate code seems to be messed up right now |
Author: | recneps [ Mon Feb 16, 2004 4:23 pm ] |
Post subject: | |
That is nice. very nice. |
Author: | Mazer [ Mon Feb 16, 2004 8:36 pm ] |
Post subject: | |
Nice signature pic, nice programs, I see good things coming from you in the future zylum. I'd give you all my bits but I'm fighting that addiction, so here's a nice non-sarcastic clap (I say that because I like to clap sarcastically from time to time) Just one thing I'd like to mention, it lags just a little bit... when you have a loop like that, it helps to have a delay (even a small one, like 20ms) in it right before the cls. |
Author: | zylum [ Tue Feb 17, 2004 9:43 pm ] |
Post subject: | |
thanks for the comments guys. the proggy seems to be lagging because im merging the pics... if i change it to picCopy it runs really smooth but ofcourse it wont work the way its supposed to... any suggestions on how to fix that? |