6:13
[Ren'Py / Python] Let's Code 5.0 #1 Intro
In this video I lay out what is to come in this let's code season. Excuse the blotchy appearance, i had just gotten home from work ...
8:02
RenPy Tutorial for Beginners | Create a Visual Novel Game with Ren'Py
All the basic things you need to learn to get started. With Renpy Tutorial for Beginners, you will understand how to create a visual ...
21:05
[Ren'Py / Python] Let's Code 5.0 #5 Starting the leaderboard
In this video we build our leaderboard and make some adjustments. Subscribe for more game development tutorials, Ren'Py, ...
8:37
Python Coding in Ren'Py in Atom Part 1: Setting Up Atom and Ren'Py
Awhile back i used to do ren'py videos. But now i decided to do a revamp of them starting with a brand new series, in this video we ...
14:21
Coding Python in Ren'Py | Otome Jam 2021 Vlog #2
I'm working on a project for Otome Jam 2021. This is a really cool game created by Wulfume. I joined her project just to clean up ...
9:28
Ren'Py Tutorial Part 4 | Intro To Variables
In this Ren'Py tutorial, I will introduce the idea of variables. Variables are simply values that can change. I'll explain the basic ...
19:49
Unlock the Power of Python Dictionaries in Ren'Py: Game Dev Tips & Tricks! Part 1
Ready to master the basics of Python dictionaries? In this video, we'll dive into the core concepts of one of Python's most powerful ...
25:30
[Ren'Py / Python] Let's Code 6 - part 1
Let's start our project and talk about some code conventions!. Channel members get early access to this series and other content ...
15:02
[Ren'Py / Python] Let's Code 5.0 #2 Getting organised
In this video we set up our project folders and move some code around to make life easier moving forward. Subscribe for more ...
12:21
This Ren'py Tutorial for beginners shows you how you can utilize Ren'py for visual novels or other narrative games, using this 44 ...
34:14
Ren'Py: Visual Novels with Python
Ren'py download: https://www.renpy.org/ Text editors: Visual studio: https://code.visualstudio.com/download Atom: https://atom.io/ ...
5:37
[Ren'Py / Python] Let's Code 6 - Finale!
It's that time folks! you've learned the skills, now it's time for you to hit the ground running and turn this engine into your own game!
23:15
Code an inventory system in Ren'py from scratch
In this video I'll show you how to code an inventory system from scratch in Ren'Py by using object oriented Python. Our inventory ...
44:46
[Ren'Py / Python] Let's Code 5.0 #4 Improving our first mini-game
In this video we add our mini-game to the Main Menu and add a number of improvements to the user experience. Subscribe for ...
1:21
[Course] Python Basics for Ren'Py Developers
Here's my new Udemy course that covers all the Python basics you need to bring your Ren'Py visual novel development skills to ...
4:54
2 YEARS of PYTHON Game Development in 5 Minutes!
I spent the last two years learning Pygame and game development in general. This video shows my journey starting with almost ...
1:26
Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...
32:27
How to Create a Turn-Based Battle System in Ren'Py
Learn how to create a turn-based battle system in Ren'Py! In this tutorial, I'll guide you step-by-step on setting up a basic battle ...
27:17
Ren'py Items & Inventory Tutorial
Learn how to create items and inventory systems for your Visual Novels or other narrative games. I go over variables, lists, ...
6:19
[Game Development][Ren'Py] Programming concepts: Game Objects
In this video we discuss the concept of game objects to give us a better understanding of what they are and how they can be used.