Skip to main content

Microsoft Silverlight

Answered Question How can i make it?RSS Feed

(0)

Nofootbird
Nofootbird

Member

Member

7 points

22 Posts

How can i make it?

Hi,

im new to silverlight and i'd like to use it to make my own game.

i wanna know that i need what kind of skills if i want to make a game.

C#, javascript, xaml or asp.net or all of them?

ksleung
ksleung

Contributor

Contributor

5366 points

1,028 Posts

Answered Question

Re: How can i make it?

You need C# for the programming logics.  This is a must.

You need a little bit of Javascript to deal with the nuance of Web App problem.  You may not need a whole lot of this, just enough to survive.

You need to know Xaml to be able to design your controls.

You need Asp.net or other server technologies unless your game is completely solo and don't interact with others.  You don't necessarily need Asp.net...  You could have gone with other technolology stacks

Last but not least, a solid education in computer science always helps.

vincracker
vincracker

Contributor

Contributor

3116 points

522 Posts

Answered Question

Re: How can i make it?

You need to know C#, xaml and thats it. Technical part over. Now you need to know different algorithms like collision detection, shortest path etc. All depending on your game type. You also know how to make game loops and animate objects through both code and xaml. You can search and get many resource to start with, like bing / google. Also you must try Andy's blog. He is best in his own way.

Nofootbird
Nofootbird

Member

Member

7 points

22 Posts

Re: How can i make it?

Thank you.

i really appreciate your advices.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities