No programming experience and I want to get started with gamedev. Where do I start?

Started by
8 comments, last by Serapth 11 years, 5 months ago
I kind of messed around with Python for a week or so a few months ago, didn't really get anywhere, and I've forgotten most of what I knew anyways. I would like to get started with C# or C++ game development, but I have no idea how to begin. What language would be best to start with? What are some resources I could use to help me learn it?
Advertisement
Why don't you stick with Python using the Pygame library or Pyglet since you already started learning it ? (which is actually good for starting gamedev)

Why don't you stick with Python using the Pygame library or Pyglet since you already started learning it ? (which is actually good for starting gamedev)


The basics is all I knew, and barely even that. I kind of knew how to work with classes, that's how little I knew.
I'd second continuing with Python since it's a high-level language capable of making commercial games, you already have a head start, and it's the language of choice for many computer science classes if you want to eventually become a professional. Here's a good resource for learning game-making, Python, and PyGame. smile.png

http://inventwithpython.com/chapters/

If you couldn't get Python, I certainly wouldn't go with C++. C# would be my next choice. It's also a high-level language with many options for making commercial games, such as Unity or XNA, although not so popular in computer science clases. Good luck to you in whatever you choose to do!

If you're between 8 and 16, another great option is Scratch. You won't make a commercial game with it, but you will complete a game quickly, and learn programming concepts to boot.

I'd second continuing with Python since it's a high-level language capable of making commercial games, you already have a head start, and it's the language of choice for many computer science classes if you want to eventually become a professional. Here's a good resource for learning game-making, Python, and PyGame. smile.png

http://inventwithpython.com/chapters/

If you couldn't get Python, I certainly wouldn't go with C++. C# would be my next choice. It's also a high-level language with many options for making commercial games, such as Unity or XNA, although not so popular in computer science clases. Good luck to you in whatever you choose to do!


I would like to start with C#. I know some of the basics of it, but are there any resources you would recommend for it?
Sorry! While I do know C#, but I don't have any personal recommendations. I already knew how to program, so learning C# for me was simply a matter of learning the language syntax and .NET libraries I needed to use. I see many tutorials pop-up when I Google or Amazon "C# Tutorial" or "XNA Tutorial" or "Unity Tutorial".

Sorry! While I do know C#, but I don't have any personal recommendations. I already knew how to program, so learning C# for me was simply a matter of learning the language syntax and .NET libraries I needed to use. I see many tutorials pop-up when I Google or Amazon "C# Tutorial" or "XNA Tutorial" or "Unity Tutorial".


Hmm, okay, thanks! :D
I started learning C# a couple of months ago.

The best resource I found was the C# Yellow Book by Rob Miles. It's free to download. Rob wrote it for his college computer programming course and is kind enough to give it away.

It's a solid introduction to C#. I worked through it in a couple of weeks and picked up enough skill to start working with the XNA 4.0 framework.

Here's the link again. Scroll down the page and look for the 2012 edition.

Good luck and remember to celebrate the little victories. :-)

Roy
Northwest Arkansas Game Developer Group
Live in Fayetteville, Springdale, Bentonville, or Rogers?
Interested in making video games and having fun?
Check us out on Meetup.
See this FAQ for my opinion.

Also, see this article for more of my opinion ;-)

Wielder of the Sacred Wands
[Work - ArenaNet] [Epoch Language] [Scribblings]

A slightly less harsh article than ApochPiQ's.

More important than picking a language is actually doing something. Picked C#... great, run with that. Jump to the C# section of the link I posted and it will have all the resources you need to get going.

Stick with it... go with C# and don't even consider switching or considering another language for say... at least 5 months. Should you choose a different language... great! Apply the same logic! Stick with whatever you chose for a number of months, even if it is frustrating as hell.

This topic is closed to new replies.

Advertisement