Advertisement

Please test my game :)

Started by December 13, 2002 08:36 AM
10 comments, last by ironhell3 22 years, 2 months ago
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!
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

This topic is closed to new replies.

Advertisement