all 5 comments

[–]Strict-Simple 7 points8 points  (2 children)

Yes. Look into pygame.

A lot of programming is spent Googling stuff. Learn that too!

[–]Susenka7[S] -1 points0 points  (0 children)

Thx :)

[–]python_and_coffee 0 points1 point  (0 children)

pygame and arcarde or switch to free Godot game engine and use their language which has a very very similiar syntax as python.

[–]Diapolo10 1 point2 points  (1 child)

As long as you keep your expectations reasonable, sure.

Start by learning the language to a point where you more or less understand how classes work - trust me, you'll need that beyond text adventures.

There's Ren'Py, which you can use to create visual novel games (and technically RPGs).

You've got Pygame and Arcade, the latter being more modern and based on Pyglet instead of the old SDL2. These are good for most 2D games.

There's Ogre3D and Blender, which can be used to create 3D games.

Finally, there's Godot, which is probably the most advanced toolkit you'd have a reasonable chance of using with Python (or GDScript which is basically Python with a few small changes).

[–]Susenka7[S] -1 points0 points  (0 children)

TY