Kurs 1
Create Your Own
Visual Novel
From zero to published game. Master the Ren'Py engine, Python scripting, and GUI customization in this comprehensive one-page course.
Simple Scripting
Ren'Py uses a script language that looks like a movie screenplay. It's easy to read, yet powerful enough for complex simulation games.
-
Define characters in one line -
Show images with simple keywords -
Branching choices built-in
script.rpy
define e = Character("Eileen") label start: # Show a background scene bg room with fade # Show a character sprite show eileen happy e "Hello! Welcome to the course." menu: "Start Tutorial": jump tutorial_1 "Skip": return
Course Modules
Everything you need to build your first game.
1. The Basics
Installation, project structure, characters, dialogue, and backgrounds.
View Chapter →3. GUI & Styles
Customizing the text box, main menu, buttons, and transform animations.
View Chapter →Ready to tell your story?
Join thousands of developers using Ren'Py to create hit games on Steam and Itch.io.