Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create Mortal Kombat game in c#? [closed]

Tags:

c#

xna

Where do I start for this game?

I do have xna studio. But I do not know the flow to create such a good game.

EDIT::

I do have a good hands on c#/asp.net development. I am totally new for game development.

Ok, i appreciate your answers/comments, but can you tell me which studio is the best for c# game development, or where do i start to do game development.

like image 313
martin Avatar asked Dec 06 '22 03:12

martin


1 Answers

Start small!

Here are some tutorials to get you started : http://einfall.blogspot.com/

Believe me when I say, a path of a game developer starts with the easiest of games:

  1. Write your own Tetris
  2. Write your own Arkanoid
  3. Write your own Mario-like
  4. Write your best game, and the fame will be yours.

If you don't fail on step 1, glamorous future might await you. If you start with Mortal Kombat, you'll fail miserably.

like image 109
Kornel Kisielewicz Avatar answered Dec 14 '22 22:12

Kornel Kisielewicz