The game ran VERY slow on my computer. I have a 733Mhz computer, which is outdated, but it can still run alot of programs for me.
I thought the sky was fine. And it looked good for the 10 seconds that I played it. It was so slow I couldn''t even exit right away. Anyways keep up the good work!
Please test my game :)
Bazooka Blaster: oops sorry i forgot that you asked that 
My thought is simple. lets say we have a function like this
void UP()
{
if(keys ''w'')
{
x+=0.1f;
}
i have a collision function with the prohibited coordinates
so i change UP to this:
void UP()
{
if(keys ''w'')
{
if(collision()==0)x+=0.1f;
}
Preety easy uh?
Ps:Tis is MY way.I don''t say this is the best way.For me it works
Hell World Game/3d Engine
Find it at http://www.angelfire.com/on3/ironhell3index/HellWorld.html

My thought is simple. lets say we have a function like this
void UP()
{
if(keys ''w'')
{
x+=0.1f;
}
i have a collision function with the prohibited coordinates
so i change UP to this:
void UP()
{
if(keys ''w'')
{
if(collision()==0)x+=0.1f;
}
Preety easy uh?
Ps:Tis is MY way.I don''t say this is the best way.For me it works
Hell World Game/3d Engine
Find it at http://www.angelfire.com/on3/ironhell3index/HellWorld.html
Hell World Game/3d EngineFind it at http://www.angelfire.com/on3/ironhell3index/HellWorld.html
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement