- 1
Can we make a game in cpp? if yes, how we can do it?!
3 Réponses
+ 9
any language can make a game. you just need input and output game logic
+ 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.
+ 2
U need to use some graphics library or game engine, for start i recommend SFML as it's easy to use