A set guideline for beginning video game programmers!

Started by
10 comments, last by EddieV223 11 years, 7 months ago
Hey, good to know you are interested in going serious in game dev.

This site can help you learn a little more about the basics of programming:
http://www.khanacademy.org/cs

Hope it helps, happy dev !!
Advertisement
I suggest learning some graphics library like Ogre3D or Irrlicht. Once you really understand the stack and heap, the memory management things.

If this post or signature was helpful and/or constructive please give rep.

// C++ Video tutorials

http://www.youtube.com/watch?v=Wo60USYV9Ik

// Easy to learn 2D Game Library c++

SFML2.2 Download http://www.sfml-dev.org/download.php

SFML2.2 Tutorials http://www.sfml-dev.org/tutorials/2.2/

// Excellent 2d physics library Box2D

http://box2d.org/about/

// SFML 2 book

http://www.amazon.com/gp/product/1849696845/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1849696845&linkCode=as2&tag=gamer2creator-20

This topic is closed to new replies.

Advertisement