Great job with this. I'm curious how you made the trees. Do they spawn dynamically or are they all pre-placed?
I'm sure others have mentionned this but the bullet moving with the player really messed me up. I think the bullet may be a child of the player, so I'd spawn it as a child of the world instead. Also, the turning felt really fast to me.
Yep--they spawn dynamically! I just have it so that when the trees you pass are a certain distance away from the player, they will spawn another tree in front of the player and delete itself.
Oh yeah, the bullets will also explode if they hit a tree so I'm assuming that's what you noticed. But now that you point it out, I do realize it might be confusing for players, so I think changing it to just explode for targets might be better.
Comments
Great job with this. I'm curious how you made the trees. Do they spawn dynamically or are they all pre-placed?
I'm sure others have mentionned this but the bullet moving with the player really messed me up. I think the bullet may be a child of the player, so I'd spawn it as a child of the world instead. Also, the turning felt really fast to me.
Yep--they spawn dynamically! I just have it so that when the trees you pass are a certain distance away from the player, they will spawn another tree in front of the player and delete itself.
Thanks for the feedback!!
It's real 3D death chase! Yeah!
There are few problems:
1. If you die and respawn, the enemies will respawn,too.
2. Bullet can explode without hitting the enemies accidentally.
3. Somtimes, the tree hit box is strange.
Other than that, it is a really good clone! The graphic looks like the original game. Even the audio does. Also, good choice making the game 3D!
Oh yeah, the bullets will also explode if they hit a tree so I'm assuming that's what you noticed. But now that you point it out, I do realize it might be confusing for players, so I think changing it to just explode for targets might be better.
Thanks for the feedback Cooper! :)
I enjoyed the 3D feel and how you crafted the trees to be nice looking. Good work! -Frank
Thank you! :)