F
F
FuFX2018-10-31 18:54:57
Python
FuFX, 2018-10-31 18:54:57

Games in python and kivy, what to use?

Hello, I started learning Python as my first programming language not too long ago. My question is, is it possible to create games in pure Python? What is the kivy library for? Where is it better to create games in pure python or in a library?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Daniil Basmanov, 2018-10-31
@FuFX

Theoretically it is possible, in practice nobody does it. In practice, in principle, games are not made in python, only visual novels using RenPy . Once every five years, one indie python game appears, but no more, the infrastructure for creating games in python is very poor. Not so long ago, python support for the Godot engine appeared , you can try it, but generally speaking, don't count on much. In the context of games, consider python purely as a teaching language with little practical value.

A
Alexey Guest007, 2018-11-01
@Guest007

Here is a toy, for example, written in Kivy:
https://play.google.com/store/apps/details?id=rock...
So everything is possible. There would be a head on the shoulders. Judging by the question - it's too early to touch Kivy - you just need to learn how to program in Python. If you passed the Courses / read some book - go through at least a couple of islands on checkio.org
Then try to deal with GUI libraries. Although it's better to do something without a GUI first - bots, web ...

O
OnYourLips, 2018-10-31
@OnYourLips

You can, for pampering and learning the language and its ecosystem.
pygame is a good beginner's choice, lots of tutorials on it.

R
Ruslan., 2018-11-01
@LaRN

Here there is an answer to a similar question Is there a translation of the book making games with python & pygame into Russian?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question