how make a game useing c++?? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

how make a game useing c++??

14th Jul 2016, 1:45 PM
soham dutta
soham dutta - avatar
4 Respuestas
0
Decompose your game into simple "things" like, if you are making a shooter game, Weapon, Person, Armor... and then translate those "things" into classes. And then interact between them using methods and properties.
14th Jul 2016, 2:11 PM
this->getName()
0
The good thing about games is that the classes needed for it are straightforward, with not much abstraction thinking needed.
14th Jul 2016, 4:16 PM
this->getName()
0
try gta san andreas multiplayer SA-MP
14th Jul 2016, 4:20 PM
Bram Smit
Bram Smit - avatar
0
What game do you want to make, soham?
15th Jul 2016, 7:53 AM
_Geometry dash_ _Roh_ (AKA NovaRate0315)
_Geometry dash_ _Roh_ (AKA NovaRate0315) - avatar