Is there a way to make Tetris using c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a way to make Tetris using c++?

10th Sep 2016, 7:55 AM
TheProjaCraft Reloaded
TheProjaCraft Reloaded - avatar
5 Answers
+ 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.
19th Sep 2016, 8:02 PM
Jonathan Tairov
Jonathan Tairov - avatar
0
the game could be easily done using oop concepts and a graphics library
10th Sep 2016, 1:18 PM
trickybear
0
what's an oop concept?
10th Sep 2016, 1:34 PM
TheProjaCraft Reloaded
TheProjaCraft Reloaded - avatar
0
tricky ... what are the contents of graphics library
12th Sep 2016, 11:35 AM
Umed Jadhav
Umed Jadhav - avatar
0
umed. it depends on the library.
12th Sep 2016, 2:55 PM
trickybear