+ 1
How to make games with C++?
How would you create games with C++? For Python there are TurtleTool and Tkinter. What is there for C++? 🤔🤔🤔🤔
1 ответ
0
You cant create games in TKinter. There is SFML which is for 2D graphics however you need to download or make a game engine. Theres also openGL which can be used for 2D and 3D.