what should I do?

Started by
3 comments, last by LennyLen 11 years, 7 months ago
hello,
i have been studying c and c++ for the past six years and i feel very comfortable with it.
the reason i began to learn was to make a video game and i tried to learn how few times (without to much of a success)
generally I understood that what i need to be learning is directX but i am not certain what exactly to do
should i learn pure directX or should i use some kind of a game engine (a free one)
i don't have any problems with math if this is a factor
so what should i do?
Advertisement
Buy a new keyboard, your current one seems to have a broken shift key.

Otherwise, im not really sure what you are asking. Should you learn DirectX? Sure.

Or are you asking if you should use an engine?

Sure.
It all comes down to what you want to accomplish... learning or actually finishing.
sorry if i didn't make myself clear.
i want to built a game (not something to big) how would you recommend to start?
I made these game programming tutorials. You might find them helpful.

I recommend just dabbling in a bit of everything until you find something you like.

Learn to make games with my SDL 2 Tutorials


should i learn pure directX or should i use some kind of a game engine (a free one)


A third alternative is to use a library such as Allegro, SDL or SFML. They abstract away the underlying platfroms (such as DirectX or OpenGL), but still give you a lot more freedom than what you could expect from an existing engine.

This topic is closed to new replies.

Advertisement