Game coding.? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

3rd Oct 2019, 1:40 PM
Rahul Viswam
Rahul Viswam - avatar
9 Answers
+ 6
Pygame would be what you want.
3rd Oct 2019, 1:48 PM
Sonic
Sonic - avatar
+ 1
You can also create games with turtle, but pygame much better indeed
3rd Oct 2019, 7:13 PM
Lio K
Lio K - avatar
+ 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).
5th Oct 2019, 5:29 AM
Dean
Dean - avatar
+ 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
5th Oct 2019, 9:02 AM
JustACookie
JustACookie - avatar
0
Thanks🙌
3rd Oct 2019, 7:17 PM
Rahul Viswam
Rahul Viswam - avatar
0
Bonjour
4th Oct 2019, 2:30 PM
Baptiste Péroux
Baptiste Péroux - avatar
0
learn C# it is the stepping stone to game designing Python requires installation of various libraries which is the long run proves tedious
4th Oct 2019, 6:15 PM
Aditya
Aditya - avatar
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
5th Oct 2019, 8:39 AM
Shivam 256 🇮🇳
Shivam 256 🇮🇳 - avatar
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.
18th Apr 2021, 8:11 PM
Faizal Nurul Firdaus
Faizal Nurul Firdaus - avatar