Equality Comparisons in Ren’Py
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.
Coding tutorials to help you bring your game to life.
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.
This tutorial covers four variable types: booleans, integers, floats, and strings. You'll learn when and how to use them in your game to track information.
This guide will walk you through comparing variables and using conditional statements in your game to do things like change dialogue, customize menu choices, and branch the game down different paths.
In this tutorial for beginners, you'll learn about booleans and how to set up variables in Ren'Py.
So you've taken the leap and you're going to try programming a game in Ren'Py. That's amazing! But now you need to figure out what to download and how to get started. Luckily for you, that's exactly what this guide is for.