+ 4
Game coding.?
Im new to game coding using python.Can anyone help me out how to go forward with it.? What kinda modules and things..? im recently studying object oriented programming
9 Answers
+ 6
Pygame would be what you want.
+ 1
You can also create games with turtle, but pygame much better indeed
+ 1
As Master Oogway said: C# is the stepping stone to game designing(and game development) and in my opinion is the best programming language for intermediate, beginner and most professional programmers for games, especially if you use unity. Although if you do want to stick to Python, use Pygame because it is Free, Open-Source and has stuff inside of it, for most if not all basic and intermediate level Python programmers(for games).
+ 1
There's a python module in Godot engine. Although, Godot's language GDScript is very familliar to python.
That being said, there's a library for python called pygame, but i don't know if it supports android/ios
0
Thanksđ
0
Bonjour
0
learn C# it is the stepping stone to game designing
Python requires installation of various libraries which is the long run proves tedious
0
Actually python isn't the key to game development, c++ or c# are. For further info try to search about popular game engine s like UNITY , UNREAL etc and the language they use
0
use kivy it general purpose NUI development framework. you can make game and app with it but you must have linux skill first if want to make android game. i think unity and js is more good option to start or if you wanted work as game programmer.