I want to make a game, but not text based...
Like a tetris clone, would I use an array or do I need to step back and quit jumping foward?
![]()
This is a discussion on Hmmm... within the C++ Programming forums, part of the General Programming Boards category; I want to make a game, but not text based... Like a tetris clone, would I use an array or ...
I want to make a game, but not text based...
Like a tetris clone, would I use an array or do I need to step back and quit jumping foward?
![]()
What is C++?
How are you planning to do it? In a console window? Using MFC/Win32? OpenGL or Direct3d? Some more info would be helpful but a boolean array seems like a good idea to start with.
Definately it would be as basic as possible so a Console App
What is C++?