XNA platformer help

Started by
3 comments, last by PoisonMushroom 13 years, 6 months ago
Hello everyone, does anybody know a good tutorial for a tile-based 2D platformer? For XNA/C#?
Advertisement
Hello PoisonMushroom,

There is a "Platformer Starter Kit" included in the XNA 3.1 templates.
It's quite nice and simple to understand.


Cheers,
Murmix
Daniel Molnar
MCTS: MS SQL 2008 and .NET Framework 4
[email="daniel@murmix.com"]daniel@murmix.com[/email]

Murmixsoft
http://www.murmix.com
Quote:Original post by Murmix
Hello PoisonMushroom,

There is a "Platformer Starter Kit" included in the XNA 3.1 templates.
It's quite nice and simple to understand.


Yea, you should look for it when XNA gets their website back online.
It's been updated for 4.0 as well.

Chris 'coldacid' Charabaruk – Programmer, game designer, writer | twitter

I checked out the platformer kit. I do understand some of it, but I really want to now how to do platform style collision. I know how to do basic collision, but I want to know how stop the player from falling if he's on top of it, stop the player if he's walking, etc.

This topic is closed to new replies.

Advertisement