+ 1

Can i be able to create a game with python

20th Aug 2020, 6:59 AM
Onoh Brothers
Onoh Brothers - avatar
3 Respuestas
+ 1
Python is a fine of a language as any to build a toy engine in and learn what kinds of things go into an engine. If you're making 2D games, you can even make polished sellable games in it. You can write whole games in Python using PyGame (https://www.pygame.org/news). See a list of other PythonGameLibraries maintained in this Wiki or this list maintained on DevMaster.net. A full tutorial can be found in the free book "Making Games with Python & Pygame" (http://inventwithpython.com/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 (https://wiki.python.org/moin/IntegratingPythonWithOtherLanguages). Python use game engines as well: 1. BigWorld ( Scripting: Python ) 2. Blend4Web ( Primary programming language: JavaScript, Python, C, C++/ Scripting: javascript ) 3. Blender ( Primary programming language: C, C++/ Scripting: Python ) 4. Bork3D Game Engine ( Primary programming language: C++ ) and lot mores..
20th Aug 2020, 7:07 AM
Bits!
+ 2
@akr thanks u are one of those who always answers my questions God bless u
20th Aug 2020, 10:49 AM
Onoh Brothers
Onoh Brothers - avatar