Getting Started with Ren’Py Screen Language
This comprehensive guide to getting started with Ren'Py screen language will help you learn how to put together your own UI screens.
This comprehensive guide to getting started with Ren'Py screen language will help you learn how to put together your own UI screens.
Learn about AlphaMask in Ren'Py, and how to mask images for dramatic cut-ins, side images, and more. Includes a tool to mask layered images.
In this tutorial for beginners, learn how to declare variables in Ren'Py to track data which will be saved and loaded.
Where do I put new code? What's the best way of organizing my Ren'Py project? In this article, learn how to organize your Ren'Py project.
This tutorial will walk you through how to add conditional statements to choice menus to control what choices the player can make.
Ready to test your knowledge of conditionals, comparisons, and simple variables in Ren'Py? Here's a quiz to show what you've learned.
This tutorial will walk you through several examples of more complex conditional statements, using all the tools learned in previous tutorials.