+ 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 Answer
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.