how can i create game using only c++.

Recommended Answers

All 3 Replies

Come up with a game idea and write the code for it in C++. That's what I'm doing right now. I know that seems kind of trollish, but that's basically it. Spend as much time as you need coming up with an idea (the game that I am making now took me over a month to think of), keep practicing your c++, and work on the game whenever you feel like it. It should probably have a GUI in it, so I would suggest learning how to do that, also what I'm doing right now :)

I suggest SDL 1.2, for it's simplicity. It enables you to make 2D cross compatible games. For tutorials, I recommend Lazy Foo', he shows you how to set it up and everything. http://lazyfoo.net/SDL_tutorials/index.php

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.