Organizing a Ren’Py Project
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.
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.
This tutorial will walk you through several examples of more complex conditional statements, using all the tools learned in previous tutorials.
In this brief tutorial, you'll learn how "greater than" and "less than" comparisons work for strings. Includes a short quiz on the topic!
In this tutorial, you'll learn how to compare numbers to do things like track affection points or branch the player onto a bad ending, and how to make complex conditional statements.
In this brief tutorial, you'll learn to avoid a common beginner mistake of using booleans where strings would be a better choice of variable.
This tutorial covers equality comparisons in Ren'Py, as well as the concepts of Truthy and Falsey. You'll learn how to compare things like strings and integers to display different dialogue.