Click here to Skip to main content
15,867,330 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
HI guys,
I know its not a good thing ask here but after searching a lot on Net I had to come here to ask.
Apology in advance if you think its not a question to ask here.

I want to learn game programming in c++.
Please suggest me some go through series of turorials/books/Videos by series name on any where for game deveopment.
Please provide if you know anything that you have already visit/read/ watch.
Please dont just post link reference for by searching on google. Suggest if you have read atleast one two queue points.
Any help would be much appreciated.
I know you Guys can help.
For my background in programming. I have working experience in C#MVC, C#ASP.NET, C#WINFORMS and know basic of c++ as well.

so where to start now.

For any Help A Burning Thanks in advance.
Posted
Comments
Richard MacCutchan 13-Jan-14 6:26am    
Go to the articles section, read some books, use Google. There are lots of resources available if you make the effort to search for them.
Christopher Drake 13-Jan-14 10:01am    
Basic Game Development is the same in any language. You may want to check out http://crunchzilla.com. It is uses javascript, but introduces concepts that can be applied in any language.When you are ready, you could check out http://www.directxtutorial.com/LessonList.aspx?listid=11 to start writing directx in c++. Good luck!

1 solution

Programming a game is easy.

There are tons of toolkits available: http://en.wikipedia.org/wiki/List_of_game_engines[^].

The main difficulty is creating and designing the game "experience" and this is done as far away from a computer as possible.

Gameplay storyboarding, graphic design, level Design, Music/Sound staging, ...

Those will need to be done before even starting thinking about coding.

Max.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900