ALTHOUGH I LIKE TO PLAY HALO GAME THE MOST , THE OTHER PC GAMES STILL GET MY INTENTION WHICH IS STILL ONE OF MY HOBBIES OF PLAYING COMPUTER GAMES !
First of all, I completely relate to your mental state. Been there, done that.
The question seems to be of the tone "I like money,can I be rich?"
Yes you can, but you need the skills for it.
Try developing your programming skills in one specific language first. I'd say start off with C/C++ (don't fall into the traps of loosely typed languages like JavaScript,Python - they're just an invitation for bad programming styles) and gain proficiency in it. And by proficiency, I mean PROFICIENCY. You must be able to understand templates, generics, objects, inheritance, polymorphism et al. Programming a game is no joke, but the results are really worth the efforts.
Explore game engines like Irrlicht A free open source 3D engine and Bullet:Real-Time Physics Simulation written purely and efficiently in C++
Also, game development is not simply programming, you may need to develop your models and other such graphichal elements in a design software. Have a look at Free and Open 3D Creation Software while you're at it.
Please try to maintain the order of learning as described here, it is critical that you gain basic mastery in C++ in order to proceed down this road.
Note: Other answers might suggest a simpler approach like Unity - Game Engine but you would hardly be called a game developer. An abstraction of lower level functions is not really useful if you want to later optimize your game further. Your choice, of course.

No comments:
Post a Comment