What is the start point in game development? Where to start?

Posted by Dragon on Game Development See other posts from Game Development or by Dragon
Published on 2012-06-07T09:14:52Z Indexed on 2012/06/07 10:49 UTC
Read the original article Hit count: 394

Filed under:
|
|

I understand, I'm not unique with such a question, there are a lot of questions like this one. But I hope you'll take a minute and maybe can give me a piece of advice.

I have an idea to develop games, but I don't know where is the start point in game development. The learning curve isn't as straight as in learning of a programming language, but I want to give it a try.

I have some experience with OOP and programming in general. I know (not too deep) C#, Java programming languages.

I searched info on where to start, read a lot of blogs, forums and so on. Once I decided "stop wandering around, just start develop a game" and I started. At the moment I have a console version of very simple game (RPS - rock-paper-scissors) developed with C#. It has different modes: "player vs cpu" and "player vs player". Some time later I looked at the code and decided that it should be refactored or even redeveloped from the scratch. And I thought that time "GUI is what I need. I can add logic later." And now I'm here.

I've already decided to make RPS with GUI, then make multiplayer and so on. I'm not thinking about 3D now, 2D is enough. It doesn't matter what language to use: C# or Java, I found frameworks for both - XNA (C#) and Slick (Java). Both are good for 2D game development. But I know nothing about sprites, how to bind objects on the screen and so on. You can say "you don't need it for such simple game like RPS", but RPS is the beginning, I have some ideas like "Tower Defense" game... you know, everybody has ideas, wishes.... and this knowledge is useful and in some way obligatory.

So what is the start point to achieve my plans, ideas, wishes? Where to start? Is it possible to make game development learning curve a little bit straight? Or there're ways that amateur and game development beginners use for years?

Thank you for you answers and advise in advance.

P.S> Sorry for that this post turned out an essay, but I tried to express my wish to start acting. Hope I managed to do it.

© Game Development or respective owner

Related posts about c#

Related posts about java