Like i said im justing starting and it feals like it is impossible to learn a launguage. Id like to code games and would appreciate it if some one could direct me to a site where I could learn how to do so.
|
closed as off topic by Jonathan Hobbs, Byte56, Nathan Reed, Sean Middleditch, michael.bartnett Nov 20 '12 at 7:19
Questions on Game Development Stack Exchange are expected to relate to game development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
It is no easy task to program a game, you need to have a solid background in mathematics especially linear algebra if you want to program 3D games. If you have no interest in maths, algorithms and serious programming, but just want to create games then look at this http://mashable.com/2008/01/04/20-tools-for-creating-your-own-games/ |
|||
|
|
|
Purchase a book about programming in a language you think seems interesting. For an example a Java book. You can't write a game before you know how to write code. There are tons of programming books on Amazon, which hopefully will give you inspiration. |
|||
|
|
|
As others have pointed out, this is the wrong place ask that question. But here's a link anyway: Lazy Foo Tutorials. The tutorials are designed from ground up to teach game development in C++ using the SDL library. If that's too much for you, consider taking an introductory programming course on Udacity or Coursera. |
|||
|
|