Page 4 of 6
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:25 pm
by avansc
PixelP wrote:Code: Select all
//physic.h
#pragma once
class PhysicClass {
public:
bool collision(PlayerClass* pla, ObjectClass* obj);
};
bool collision(PlayerClass* pla, ObjectClass* obj) {
if(pla->w > obj->x && pla->h > obj->y && pla->x < obj->w && pla->y < obj->h) {
return true;
}
return false;
}
looks good so far, let me just make sure that collision code works.
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:27 pm
by PixelP
Are you going to make a test level or something?
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:30 pm
by avansc
PixelP wrote:Are you going to make a test level or something?
i have been working along side you, basically just mirroring everthing you are designing. so at the end of tonight. we will have something that looks like a game
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:32 pm
by PixelP
Oh, okey... what's your time right now?
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:39 pm
by avansc
PixelP wrote:Oh, okey... what's your time right now?
10:39PM, you?
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:45 pm
by PixelP
4:44 am.
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:46 pm
by avansc
PixelP wrote:4:44 am.
ouch. london? or UK
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:46 pm
by avansc
we can allways finish this tomorrow.
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:48 pm
by PixelP
avansc wrote:
ouch. london? or UK
Oh no, man, I'm from Sweden.
we can allways finish this tomorrow.
I'm not that tired... and I can work a lot tomorrow coz I've broke my foot.
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 9:57 pm
by avansc
PixelP wrote:avansc wrote:
ouch. london? or UK
Oh no, man, I'm from Sweden.
we can allways finish this tomorrow.
I'm not that tired... and I can work a lot tomorrow coz I've broke my foot.
good. well i can send you my source.
i have a workign version that you can modify. but you can fly around an physics work
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 10:04 pm
by PixelP
Great!
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 10:05 pm
by avansc
whats your email?
send it in a PM if you dont want everyone to know it.
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 10:07 pm
by PixelP
Send it as a PM or to
pixelpenis@gmail.com, Or just post it here... it's your choise.
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 10:08 pm
by avansc
PixelP wrote:Send it as a PM or to pixelpenis<at>gmail.com, Or just post it here... it's your choise.
okay, it mail it and post it here for the others to see incase they are interested. just give me like 10 min.
Re: anyone wanna make an UGH! remake?
Posted: Fri Dec 05, 2008 10:09 pm
by PixelP
OK.