Can we make a game in cpp? if yes, how we can do it?! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Can we make a game in cpp? if yes, how we can do it?!

8th Feb 2017, 9:03 AM
YOSHAA ALALI
YOSHAA ALALI - avatar
3 Answers
+ 9
any language can make a game. you just need input and output game logic
8th Feb 2017, 11:28 AM
Ahri Fox
Ahri Fox - avatar
+ 7
Even if you don't have knowledge in graphic libraries, you can still make console games using C++. I have stored a few in Code Playground, you can check them out. Other examples may include Rock Paper Scissors, Text-based adventure games, Hangman, etc.
8th Feb 2017, 9:49 AM
Hatsy Rei
Hatsy Rei - avatar
+ 2
U need to use some graphics library or game engine, for start i recommend SFML as it's easy to use
8th Feb 2017, 9:11 AM
Mieszko Mieruński
Mieszko Mieruński - avatar