+ 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++? đŸ€”đŸ€”đŸ€”đŸ€”

16th Apr 2018, 6:49 PM
Paul Grasser
Paul Grasser - avatar
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.
16th Apr 2018, 6:53 PM
TurtleShell
TurtleShell - avatar