Move back to 2D underway

Published January 03, 2015
Advertisement
game.jpg

The move back to 2D physics is now underway. I have:

  • Added back support to my level editor to add and manipulate 2D shapes
  • Ripped out the old physics code and replaced with a 2D version
  • Built a player character than just moves around with the arrow keys, but collides with the level geometry

So now I need to reimplement the kinematic character controller, but this time in 2D. Before I can do that I need to get a ray casting system working again. Just need to do ray-line segment intersections with the edges of the polygons I guess, with a dot product of the ray and normal check to make sure we are hitting the correct side.

Should be easy enough to add in floor support then, moving up and down slopes correctly and so on. I want to try to get the 2D physics as rock solid as possible before I move on in development.

That's about all for today, thanks for reading.
Previous Entry Switch to 2D
Next Entry Statement of Intent
6 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement
Advertisement