0
Is there a way to make Tetris using c++?
5 Respuestas
+ 1
oop stands for object-oriented programming. Any asset in a game with properties is an object, and oop is a specific type of programming. C++ is an object oriented programming language, and for example, HTML is used for website design. The two are very different. A class is an asset with given properties, such as its behavior, it's physics, it's mechanics, etc. For Tetris, the blocks would be objects, and it's rotation and rate of fall would be it's properties.
0
the game could be easily done using oop concepts and a graphics library
0
what's an oop concept?
0
tricky ... what are the contents of graphics library
0
umed. it depends on the library.