Game programming

Oct 22, 2013 at 4:28pm
How do i start writing Gaming app using C++. What is the environment required. I have mingw compiler installed on Windows8. Please suggest some reference to start.


Thanks,
SRK
Oct 22, 2013 at 6:27pm
When you say app, do you mean writing things for phones, or just games for PC? What kind of games do you want to write? Do you want to learn to write small games for yourself, medium size games that could take several months? Do you want to learn what you need to know to go and work for a major games company?
Oct 23, 2013 at 5:43am
Thanks Mat,
I would like to start with PC games. At present i don't have any experience in writing Game app, so I would like to start with small games. Actually i want to keep myself busy and try/explore new stuff. At present i'm working as embedded eng and enjoying my work, so i don't have any intentions to join any gaming comp.

Oct 23, 2013 at 8:53am
If small C++ PC games is your aim, then I would say check out SFML and/or Allegro.

http://www.sfml-dev.org/

http://alleg.sourceforge.net/

They both give you everything you need to make a game - Taking input, drawing images, collision detection etc...
Topic archived. No new replies allowed.