What kind of games can i make with python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

What kind of games can i make with python

I want to know using python what kind of games can I make like pacman etc

20th Feb 2018, 4:31 PM
PRAMOD BEHERA
PRAMOD BEHERA - avatar
23 Answers
+ 11
Either build web apps with Python web frameworks (Django), desktop apps with one of GUI supporting libraries (kivy, tkinter, pygame and others) or mobile apps (kivy, sl4a) Refer here:-) https://github.com/renpytom/rapt-pygame-example This tutorial also helps... https://kivy.org/docs/tutorials/crashcourse.html
20th Feb 2018, 4:59 PM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 4
Btw, if the gaming industry is your goal, I'd take some time to learn C#/C++ and then learn Unity/Unreal. They're the main game engines in the industry at the moment, and you can't go wrong with learning either or both of them. www.Unity3D.com/learn https://www.sololearn.com/Course/CSharp/ www.UnrealEngine.com https://www.sololearn.com/Course/CPlusPlus/
20th Feb 2018, 4:39 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 3
Personally Pramod, if you're serious about making games, I'd spend less time focused on Python and more time on C# or C++. You can easily make Snake/PacMan with Unity too.
20th Feb 2018, 4:46 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 3
@Pramod Start with C# and then learn Unity. If you wish to learn Unreal afterwards, then learn C++ also. That's good place to get started with all of this. Starting with Python just to convert over to C#/C++ is like wanting to make wheels out of stone first so that you can make them out of rubber later. No point making them out of stone when you can start off making them out of rubber. Get what I mean?
20th Feb 2018, 4:48 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 3
To be honest, C++ is not easy to learn. It is extremely useful and powerful but it takes a lot of time to learn it. For you right now, I would either download pygame and make snake or Pac-Man or use Unity
20th Feb 2018, 4:48 PM
Jax
Jax - avatar
+ 3
You can make games using PyGame
20th Feb 2018, 5:50 PM
Ole113
Ole113 - avatar
+ 2
https://www.pygame.org ^Check that out. I don't use Python to create games (normally, I just use it to create server-side utilities) but I always hear this library being mentioned by Python developers. It's worth checking out. Hope that helps you in some way.
20th Feb 2018, 4:38 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 2
Pac-Man and snake are pretty easy to do in python if you download pygame.
20th Feb 2018, 4:45 PM
Jax
Jax - avatar
+ 1
so what program do I use for making games
20th Feb 2018, 4:42 PM
PRAMOD BEHERA
PRAMOD BEHERA - avatar
+ 1
I'm with Jax on this one. I know Unreal also, but I'm a fanboy of Unity. You'll find a lot more support and resources for it, and overall the designer is better imo.
20th Feb 2018, 4:43 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
I want to start with snake or pacman
20th Feb 2018, 4:44 PM
PRAMOD BEHERA
PRAMOD BEHERA - avatar
+ 1
then high level games
20th Feb 2018, 4:44 PM
PRAMOD BEHERA
PRAMOD BEHERA - avatar
+ 1
@PRAMOD https://www.pygame.org ^Go there and get started with learning that. You can easily make snake/PacMan with it.
20th Feb 2018, 4:44 PM
Fata1 Err0r
Fata1 Err0r - avatar
+ 1
Okk
20th Feb 2018, 4:46 PM
PRAMOD BEHERA
PRAMOD BEHERA - avatar
+ 1
c++
20th Feb 2018, 4:46 PM
PRAMOD BEHERA
PRAMOD BEHERA - avatar
+ 1
You can write Pseudo 3D game with Pygame like Doom: https://youtu.be/yASop1CxXfE Source code: http://github.com/mlambir/Pygame-FPS
21st Feb 2018, 8:07 AM
Alihuseyn Kengerli
Alihuseyn Kengerli - avatar
0
Old super simple pixelized games are pretty easy if you download the pygame module. But more realistic games are just about impossible in python.
20th Feb 2018, 4:38 PM
Jax
Jax - avatar
0
Go Unity! It has more free assets to try out than the other.
20th Feb 2018, 4:40 PM
Jax
Jax - avatar
0
What kind of games do you want to be specific?
20th Feb 2018, 4:43 PM
Jax
Jax - avatar
0
like simulation adventure etc
20th Feb 2018, 4:44 PM
PRAMOD BEHERA
PRAMOD BEHERA - avatar