XNA C# 2D Platformer Game

前端 未结 4 1053
悲&欢浪女
悲&欢浪女 2021-02-06 09:47

I\'m trying to make (figure out how to..) a 2d platformer in XNA.

I know how to create a tile grid and how to perform collision detection. I perform collision detection

4条回答
  •  别那么骄傲
    2021-02-06 10:21

    Assuming you don't mind using a third party tool to do the majority of the work for you, you may be better off using something like Box2D for C#.

    http://www.box2d.org/ http://code.google.com/p/box2dx/

    This library will give you collision detection and physics capabilities.

提交回复
热议问题