Bullets / Particle Engine / Physics
Posted: Wed Sep 22, 2010 8:26 pm
HI
im currently developing a game (attached)
only spent abouts 2 days on it, and im not finished AI, but more pressing matters need coded
I developed my own bullet system and collision, in which the bullet is a ray (vector)(line segment), which moves with constant velocity
im trying to attach particles to them, or something to make it look better
The game is using zelda sprite placeholders, but its not going to be a clone, it will however use some of the tricks that zelda uses, (move slower on stairs etc)
im wondering would it be worth scraping my collision and bullet code, and writing it in as box2d physics, i would like basic box physics later on in the game
thanks
im currently developing a game (attached)
only spent abouts 2 days on it, and im not finished AI, but more pressing matters need coded
I developed my own bullet system and collision, in which the bullet is a ray (vector)(line segment), which moves with constant velocity
im trying to attach particles to them, or something to make it look better
The game is using zelda sprite placeholders, but its not going to be a clone, it will however use some of the tricks that zelda uses, (move slower on stairs etc)
im wondering would it be worth scraping my collision and bullet code, and writing it in as box2d physics, i would like basic box physics later on in the game
thanks