I have learn the basic of C++ programming and I would like to create a simple 2D game such as snake or minesweeper. Is it able to create the game"blackjack"?
How to create a simple 2D game using C++ programming?
If you only need to do 2-D and program in C++, I would suggest the OpenGL graphics library
http://www.opengl.org/
It is free and there are lots of tutorials and sample programs around that show you how to do things. Ed Angel wrote a great book on programming with OpenGL (my favorite). An advantage of OpenGL over Direct-X is that it runs on more platforms and is a bit easier to get started with. Game programming is much harder that you might think.
queen of the night
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment