C# Game development (Any Tutorials?)

Started by
0 comments, last by ravengangrel 8 years, 8 months ago

So I'm starting c# programming. I know this is not any where near enough to start learning how to create a game but I would like to know sources before hand. I wont instantly jump onto those videos, but only after I learn c# for a while.

currently I'm viewing these tutorials

https://www.microsoftvirtualacademy.com/en-US/training-courses/c-fundamentals-for-absolute-beginners-8295?WT.mc_id=14936-DEV-us_mva_absolute-cbeg&WT.srch=1

So once again not going to jump into any tut's on how to start game programming, I will learn a bit of c# first.

(I know this question may seem odd, but I cant find any game tutorials in Google that isn't pong. I also doubt yahoo answers would work.

Advertisement

There is a great introduction to MonoGame in my opinion. You'll need to download RogueSharp, a library designed to help you create roguelikes with C# and MonoGame

https://roguesharp.wordpress.com/

More MonoGame tutorials:

http://rbwhitaker.wikidot.com/monogame-tutorials

And here are some tutorials from Microsoft:

https://msdn.microsoft.com/en-us/library/bb975644%28v=xnagamestudio.31%29.aspx#ID4EQC

Caution: XNA is discontinued. MonoGame is very similar but has some differences (just different namespaces, AFAIK).

This topic is closed to new replies.

Advertisement