Simple Variable Types in Ren’Py
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.
0 Comments
May 31, 2022
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.