where can i learn how to create simple 2d games?

F

finer

hey guys,

im not new to programming, but i am new to visual studios. i would
like to learn how to create a simple 2d game in visual studios in C#.
something like tetris would be nice. anyone know of some free website
tutorials to get me started?

thanks in advance.
 
M

Michael Nemtsev

Hello finer,

download the DirectX SDK and examine samples

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

f> hey guys,
f>
f> im not new to programming, but i am new to visual studios. i would
f> like to learn how to create a simple 2d game in visual studios in C#.
f> something like tetris would be nice. anyone know of some free website
f> tutorials to get me started?
f>
f> thanks in advance.
f>
 
A

Andy

Hiya,

Another suggestion is Microsofts XNA. I have just started using this
and there are some decent resources on the web.

You need C# express edition and XNA game studio express. Both free
from Microsoft (see 'software' section in link below)

http://www.xnadevelopment.com/index.shtml


Have fun :)

Andy
 
N

Nicholas Paldino [.NET/C# MVP]

In addition to Michael's recommendation, I would suggest that you look
at the XNA framework.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top