: Visit the official Ren'Py website to download the installer for Windows, Mac, or Linux.
: Extract the files and run renpy.exe (Windows) or renpy.app (Mac) to open the launcher.
Ren'Py scripts are divided into files ending in .rpy . All scripts must use spaces for indentation to group statements into blocks. Quickstart — Ren'Py Documentation
: Ren'Py requires an external editor like Visual Studio Code or Atom to write your script files ( .rpy ). Core Scripting Basics