Could I make a Game with python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

Could I make a Game with python?

The title says it all. I want to develop a game using python but if can't I make this my problem and solve it :D and not give up on python.

17th Jun 2018, 8:29 AM
Russel Dungo
Russel Dungo - avatar
20 Answers
+ 8
when making a game in python, learn how to use the pygame module
17th Jun 2018, 8:44 AM
ghali lawal
ghali lawal - avatar
+ 13
You can scroll python code playground section.
17th Jun 2018, 9:31 AM
💞ⓢⓦⓐⓣⓘ💞
💞ⓢⓦⓐⓣⓘ💞 - avatar
+ 9
Yes, u can make a game using python
17th Jun 2018, 2:45 PM
Shreya Jain
Shreya Jain - avatar
+ 5
Yeah, u can make a game on python. But really if u want to make like those insane and totally cool games, get to C++, Java and C#. Those guys will definitely help u on platforms like Unity 3d, unreal development engine, andriod studio, qt creator and visual basic.
17th Jun 2018, 8:37 AM
shashuri Magrease
shashuri Magrease - avatar
+ 5
Python has 2 main game development libraries, 1.Pyglet 2.Pygame. Besides Python is a GENERAL PURPOSE programming language,so it should fit in for any type of project where speed isn't a necessity
18th Jun 2018, 2:14 PM
Dlite
Dlite - avatar
+ 4
You can use python to develop games. But you have to learn Pygame or yoi could choose openGL to code whatever graphical output you want.
19th Jun 2018, 6:53 AM
Dragonxiv
Dragonxiv - avatar
+ 4
Yes. I have done something with python2.7 and OpenGL. You need to look at the OpenGL website to see what you need. Than you can import OpenGL.GL and import OpenGL.GLUT. From there on you can access the grapics api to display anything you like on the screen.
19th Jun 2018, 7:22 AM
Dragonxiv
Dragonxiv - avatar
+ 4
its so possible, python can do almost everything! I targeting my self for the python sertificate!
19th Jun 2018, 1:37 PM
Jingga Sona
Jingga Sona - avatar
+ 3
Dragonxiv openGL in python?
19th Jun 2018, 7:10 AM
Dlite
Dlite - avatar
+ 3
Dragonxiv I'm not a Pydev, 😉 I was only curious
19th Jun 2018, 7:24 AM
Dlite
Dlite - avatar
+ 3
Jingga Sona Good luck
19th Jun 2018, 1:38 PM
Dlite
Dlite - avatar
+ 3
Serene Thanks!
19th Jun 2018, 1:39 PM
Jingga Sona
Jingga Sona - avatar
+ 3
BTW how to mention anybody? lol im in learning
19th Jun 2018, 1:39 PM
Jingga Sona
Jingga Sona - avatar
+ 3
⛅Serene☁ Wow thanks👍👍
19th Jun 2018, 1:42 PM
Jingga Sona
Jingga Sona - avatar
+ 3
Jingga Sona Anytime
19th Jun 2018, 1:54 PM
Dlite
Dlite - avatar
+ 2
pygame i used it would not recommed it is easy do not get me wrong but the problem comes with turning your game into exe if your computer is 64 bit windows you can only export to that platform and the file size is too big for a simple pong game it would be around 60mb because it has a simple interpeter in it the other problem is speed but it doesen't matter on small projects.
17th Jun 2018, 8:16 PM
Eren
Eren - avatar
+ 2
try and if u can't get it to work have a look at scratch
19th Jun 2018, 3:51 AM
person
 person - avatar
+ 2
In short: Yes it's possible :) If you want to look at an example of a current game out there that is written in python and c. Look at eve onlone. ;)
19th Jun 2018, 7:29 AM
Dragonxiv
Dragonxiv - avatar
+ 2
Press the "@" button, followed by the first letters of the person's name
19th Jun 2018, 1:41 PM
Dlite
Dlite - avatar