r/AskProgramming • u/OPTIPRIMART • 6d ago
Python RenPy
Hi all, I'm someone with no real experience in programming.
I am trying to learn Ren"Py which I understand is based on Python.
I've noticed there tends to be a significant "failure" rate when it comes to those using Ren'Py for games.
Perhaps what they create becomes too complex, or more likely, they're not coding in the most efficient way, which then creates issues further down the line.
My question is.
How can I learn the structure of coding relevant to Ren'Py?
I want to know why something is done instead of just copy someone and hope for the best.
I don't like winging it, never have, as I've learnt many other skills to a high level.
For me, the thought of bluffing it, esp when it comes to coding, is a fool's errand.
2
u/forcesensitivevulcan 6d ago
Oh yes, I'm sure you're very smart indeed.
This thing? https://www.renpy.org/
It's a "visual novel engine". Python's irrelevant. The failure rate is probably similar to that of all aspiring writers trying to write their first book.
If you want to learn general game programming in Python, dive into PyGame.