Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to make a very simple game with a scrolling background. I can make a scrolling background and a character that moves around.

I guess i'm wondering how i would have a background in which my character would be able to interact with. For instance, in old school Mario, Mario was able to jump onto those floating bricks. How would i do something like this?

Does anyone know of any good XNA Windows Game (4.0) tutorials?

Any advice/tips/tricks/specific links to good tutorials would be greatly appreciated

share|improve this question

2 Answers

up vote 4 down vote accepted

Microsoft have an MSDN App Hub which has an education catalog, as well as a very active forum. There are lots of examples on there which should help you get up and running.

http://create.msdn.com

You mentioned about Mario jumping onto floating blocks, well the Platformer Sampler will be a great place to start.

As another good resource site, XNA Development has some good 2D tutorials on scrolling backgrounds. I think with the Platformer sample application and these tutorials, you'll have your Super Mario clone in no time.

share|improve this answer
2  
The platformer starter sample might be a good one to look at given the OP's mention of mario. – George Duckett Dec 21 '11 at 9:40
@Niel Thanks :) I see some interesting tutorials. – BlueMonster Dec 21 '11 at 9:42
@George Duckett, which platform starter sample did you mean? I think whatever you're mentioning may be something i'm interested in – BlueMonster Dec 21 '11 at 9:58
@BlueMonster: There is a link in my answer ;o) – Neil Knight Dec 21 '11 at 10:01
show 3 more comments

http://create.msdn.com/en-us/education/gamedevelopment

share|improve this answer
Thanks for the link :) – BlueMonster Dec 21 '11 at 9:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.