Booleans vs Strings

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.

0 Comments

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.

0 Comments

Conditionals Quiz

Ready to test your knowledge of conditional statements and booleans in Ren'Py? Here's a quiz to show what you've learned.

2 Comments

Conditional Statements in Ren’Py

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.

0 Comments