2 Replies - 666 Views - Last Post: 22 January 2012 - 01:17 PM

Topic Sponsor:

#1 Xabi  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 2
  • Joined: 22-January 12

Getting Started with XNA

Posted 22 January 2012 - 12:48 PM

Hello all.
I am currently using 'Microsoft Visual Studio 2010 Express for Windows Phone' and XNA Game Studio 4.0 to program Visual C#. My friend suggested this set up, is it the most efficient way of game programming in C#?
and if it is, where can I find some tutorials that are relevant to the setup I have?
Biggest noob, apologies.

This post has been edited by macosxnerd101: 22 January 2012 - 03:39 PM
Reason for edit:: Renamed title to be more descriptive and moved to XNA

Is This A Good Question/Topic? 0
  • +

Replies To: Getting Started with XNA

#2 smohd  Icon User is offline

  • Critical Section
  • member icon



Reputation: 1644
  • View blog
  • Posts: 4,126
  • Joined: 14-March 10

Re: Getting Started with XNA

Posted 22 January 2012 - 01:10 PM

We have an XNA Resource thread, it may help you to get started.
Was This Post Helpful? 1
  • +
  • -

#3 tlhIn`toq  Icon User is online

  • WillMyCodeWork = !FailedWhenYouTriedIt;
  • member icon

Reputation: 3290
  • View blog
  • Posts: 6,895
  • Joined: 02-June 10

Re: Getting Started with XNA

Posted 22 January 2012 - 01:17 PM

C# is going to be C#, whether you are on windows phone or a desktop PC.
There will be some limitations for phone api.
There will be some ways of doing specific game development in XNA.

But before learning anything specific to game programming or phone programming you first need to learn C#, object oriented programming principals, how to debug, how to be comfortable with Visual Studio and get the most out of it.

So I would suggestion you start with all the standard C# tutorials books and so on. Then later worry about the specifics of phone and XNA.



Resources, references and suggestions for new programmers. - Updated Jan 2012
Spoiler

Was This Post Helpful? 1
  • +
  • -

Page 1 of 1