- Jul 4, 2017
- 2,627
- 4,842
Technically you don't *need* to write any python and you could still make a simple Renpy game. That's literally what Pytom has created Renpy for!Thanks, My only experience in coding is my html games and editing some python scripts that already existed. Is there any use to learning python before i dive into renpy?
However, once you try and get fancy (like a daily/weekly event loop, a in game store, anything beyond a simple on/off inventory), you'll absolutely need to at least write (or copy in and understand and adapt a script from a random forum post lol ) some python in your scripts.
But then again, you can just wing it. This is one of the reasons the same advice to new game authors is given again and again: KEEP YOUR FIRST GAME VERY SIMPLE. if you get even a little bit ambitious, you can get stuck and then we are left with yet another v0.1 that never gets updated again. Save your awesome idea for your 3rd game.