hi, this might take some time ...
the goal is a game developer , the problem is where to start .
here's the story :
i've been looking around on how to get start with developing games specifically for mobiles , i started reading opengl and animating + modeling with blender , but the problem is i don't know how to connect everything together , i mean :
1) animations with blender how to insert them with opengl in the code ? like characters running around .....
2) plus how the ai for the game works ? for instance if i'm developing a strategy games how can i build for example my own base and at the same time the computer is building his own , is it using threads ?
3)what exactly do i need to develop my own game engine , and what exactly is a game engine cause blender has one and i don't know how to use it in my code for writing the game .
please i'm a beginner , so if you could explain to me how everything works and if you could suggest books video tutorials ....
thnx a lot .
by the way i know c,c++,object oriented programing,some java + socket prog... ,