For experts | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

For experts

Is it possible to make a C++ game without any external library or plugin as SDL, OpenGL or graphics.h?

28th Jun 2018, 9:37 PM
OrHy3
OrHy3 - avatar
1 Answer
+ 1
Yes, it is possible to create a simple text-based game in C++ without using any external libraries or plugins like SDL, OpenGL, or graphics.h. By focusing on the logic of the game rather than graphical aspects, you can implement game mechanics, rules, and interactions using basic input/output functionalities provided by the standard C++ library. This approach allows you to develop text-based games that are engaging and challenging, even without sophisticated graphics or external libraries.
13th Apr 2024, 5:44 PM
`нттp⁴⁰⁶
`нттp⁴⁰⁶ - avatar