+ 1
Can i be able to create a game with python
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..
+ 13
Similar posts available use search bar before posting ur question
Hope it may helps u
https://www.sololearn.com/discuss/259493/?ref=app
https://www.sololearn.com/discuss/766479/?ref=app
https://www.sololearn.com/discuss/1211091/?ref=app
https://www.sololearn.com/discuss/243971/?ref=app
https://www.sololearn.com/discuss/283980/?ref=app
https://www.sololearn.com/discuss/498964/?ref=app
https://www.sololearn.com/discuss/1667039/?ref=app
+ 2
@akr thanks u are one of those who always answers my questions
God bless u