Does python can make a game? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Does python can make a game?

20th Feb 2021, 3:24 AM
Sadman Sakib
Sadman Sakib - avatar
5 Respuestas
+ 2
Sadman Sakib You can write whole games in Python using PyGame. If you have an existing game and want to add a scripting engine to make it more flexible, Python is also a very good choice. ... But you'll have to learn about IntegratingPythonWithOtherLanguages
20th Feb 2021, 3:53 AM
Mr. Unknown
+ 1
hi Sadman Sakib you can use Pygame libarary to make games in python. Although C# is better for it as you can use unity engine. C++ is also good for game devolpement with unreal engine maybe use the search bar next time as similar questions have been asked before or use google
20th Feb 2021, 3:28 AM
Ollie Q
Ollie Q - avatar
+ 1
Hi! different kinds of "game engines" are used for games and as mentioned earlier they lean more towards C ++ and C #. but yes, you can use python to create games. P.S. Your question is very popular and has been asked in this section a huge number of times. Please, try using the search bar in other cases. It is located at the top of the mobile app window and looks like a magnifying glass icon. Good luck!
20th Feb 2021, 8:11 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar
+ 1
How to become Game Developer https://code.sololearn.com/Wrx937JGOJ3E/?ref=app The Easiest Game Engines Ever: Flash(Stencyl) DirectX(Construct Classic) C++(Unreal Engine) C(Raylib) Lua(LOVE 2D) BASIC(Blitz Basic,Which Have Max And Plus And 3D,Also Are All Free And Open Source) Haxe(Heaps) HTML5(GDevelop) C#(Unity) Java(LibGDX) Q:Why GDevelop 4 And 5 Instead Of Construct 2 AND 3 In HTML5? A:Cause Construct Is NOT Cross-Platform NOR Fully Free NOR Open Source
20th Feb 2021, 8:15 AM
Yaroslav Vernigora
Yaroslav Vernigora - avatar