Hello everyone! I've got another mini-game puzzle script for you all. π
This time it's a rotation puzzle where you rotate discs to reveal a complete image. This one uses a bit of math, as we have to calculate angles to make the rotation work correctly. Please read through this post which goes into how it works.
I do actually have another rotation puzzle script already you may or may not remember or know about. It's a 2025-08-14 12:38:35 +0000 UTC
View Post
The gardening/planting mini-game is now finished and available for download at be bottom of this post for anyone in the Supporter tier or higher! π
Watch the preview video above and read the post below to learn how it works. I'll only go through some of the more important aspects of the script in this post, as there's also a lot of comments in the script to guide you.
As usual, using my scripts requires you to have at least a basic unde...
2025-07-23 12:23:35 +0000 UTC
View Post

Hello everyone! Thought I'd let you know that I'm working on a new fun mini-game script that's all about growing plants! ππΏπΌπΏ
It's a classic one you've probably played yourself in other games, where you plant a seed you have in a spot of soil, then as time progresses the plant grows into different stages. It will feature progress bars that shows how much time is left for each plant...
2025-07-21 12:13:10 +0000 UTC
View Post
Happy new year everyone! Hope your holidays have been OK wherever you are in the world. It's already 2025 hey. Let's see what this new year brings about. π
I've been working on this hidden object game script for everyone in the Supporter tier or higher. The artwork took the longest as I kind of wanted to make it look nicer. That's why I usually tend to avoid drawing anything too fancy as it takes longer to get a script out.
So as I said, it's a hidden object game script where y...
2025-01-14 11:14:49 +0000 UTC
View Post
The claw machine mini-game I mentioned earlier is now completed and available for download in this post. I also made a tutorial PDF which goes into some of the functionality of the mini-game so you can learn more about it. π
Documenting and explaining the code takes a bit more effort and time to do, so I'm posting this script in the Voting tier, which is accessible by anyone in the Voti...
2024-09-05 10:06:59 +0000 UTC
View Post
Hey everyone, newcomers and old-timers! Hope you're doing alright. π
I'm working on a new script which is going to be a claw machine mini-game and thought I'd let you know about it. Right now I'm working on the movement of the claw and such.
The mechanics are pretty straight forward in terms of game-play. You have a claw that moves side to side with arrow keys on the keyboard, then you can press a key on the keyboard to have it try and grab something.
Right now it's plann...
2024-08-28 11:48:17 +0000 UTC
View Post
This is a fun little script showcasing how you can make a scene in your game that's interactive with items to click on. But to find the items you need to move around your flashlight to see them. Might be fitting for some spooky games now that Halloween is nearing. π
It uses an image that's larger than the project resolution and is filled with a somewhat transparent black color. In the middle is a cutout that allows you to see through it. The image then follows your cursor around to r...
2024-07-30 10:32:08 +0000 UTC
View Post
Hello dear patrons! Hope you're doing well and that your projects are coming along nicely!
Today I have a new script for you, which is a little piano/keyboard puzzle where the goal is to press a combination of notes to unlock something, like a door. But you could modify and use the code however you wish.
How it works
The minigame is pretty basic and not really realistic. It has no way of detecting how long you press a key for, and it only plays a note once t...
2024-06-13 08:35:49 +0000 UTC
View Post
For those of you who are free members, I thought I'd let you know about the new gallery PDF tutorial I have posted in the Voting tier, for those of you who might be interested in knowing what it's about!
In this post I have also shared a FREE preview version of the PDF where you can read the first 3 parts of the tutorial for free (attached at the bottom of this post). Those parts goes into how to setup a simple gallery by...
2024-06-10 11:36:00 +0000 UTC
View Post
Hello everyone! Hope you're doing good in the world. βπ
So lately I decided to give the whole drag and drop inventory a new go, since the old one stopped working for newer versions of Ren'Py, and I felt like I could make it a bit better this time around as well.
It's not complete yet, and I'm still testing and tinkering to try to make sure everything works well. So far it's looking good. π It will most likely go into the Voter tier, and might get some extensions into...
2024-03-06 13:29:43 +0000 UTC
View Post
I thought it might be helpful for free members to get posts now and then about whats new on my Patreon since apparently, Patreon doesn't notify free members about new content in the paid tiers. So in this post you can see some of my most recent scripts I have uploaded in case you have any interest in them, and what tiers they belong to.
Simple Shop/Store Script

The most recent script I ...
2024-01-07 17:53:13 +0000 UTC
View Post
Hello everyone! Hope the new year has started off good for you all. π
To kick things off, I have a new script available - which is a simple store where your players can buy items in different categories. Check the preview to see how it works and looks like.
The store is a screen which contains the categories list to the right where you can pick what kind of items you want to browse, and then the items for the selected category shows up to the l...
2024-01-06 17:32:05 +0000 UTC
View Post
So the cooking minigame I was talking about and showed a preview of earlier is now completed and available for download in this post!
How it works
So with this minigame the goal is to make sandwiches according to customers orders. The orders are notes with each ingredient in the order they should be added to the plate. You drag and drop and ingredient to the plate, which will cause a new draggable ingredient to spawn on the plate.
Once you're done with the order, you...
2023-11-14 11:25:39 +0000 UTC
View Post
Hello everyone!
Just want to let you all know I'm working on another mini-game script for those in the Supporter tier or higher. This time it's a little cooking game where you have to make (in this example) sandwiches according to the customers orders.
It will use Ren'Py's drag and drop system to drag ingredients to a plate to assemble the sandwiches. You can then use it as a base for making your own cooking/assembling food game!
It's still in the early stages, but I'll let ...
2023-11-06 17:48:03 +0000 UTC
View Post
When developing on one of my own visual novels, I wanted to make some scenes more alive by adding some floating dust particles to it. As I was developing on it, I thought it would be a cool thing to share it with you patrons as well in case there are those of you who would like to have something similar in your games.
So in this post you can download a dust particles script I made which you...
2023-10-05 18:01:09 +0000 UTC
View Post
Hey everyone, as always I hope you're doing good and that your projects are coming along well!
After some time thinking about it, wondering what path I want to take going forward, I have come to the decision I will stop making tutorials for the channel. It's not something I suddenly have decided but something that I have been thinking about for some time and of course want to let my Patreons know about first.
Before I get into it more, I want to say that my content will be kept up...
2023-09-18 18:09:03 +0000 UTC
View Post

The next tutorial series on my channel is all about the speech bubble system in Ren'Py and how to work with it!
Part 1 has now been published, and as each part comes out, I'll add each relevant script to this post you can download if you're in the Supporter tier or higher.
You can find the tutorial series in this playlist: 2023-09-08 13:27:05 +0000 UTC
View Post

Hey everyone! Hope your visual novel projects are coming along well. π
Now that Ren'Py has a built-in speech bubble system, would you like to see a tutorial on my channel about how to use it and customize it? Not sure how many of you are interested in using it, so I wanted to check first.
So what do you guys think? Leave a comment down below to let me know and/or "hear...
2023-08-21 09:01:43 +0000 UTC
View Post
Hello everyone! As always I hope you're doing good in the world. π
I wanted to let you know about a new tutorial coming up soon on the channel. I've called it "sideways racing" for a lack of better words, but it describes the mini-game pretty well.
In this one you'll have three characters, or cars, or animals or whatever graphics you like, that will move sideways towards a goal.
The player gets to choose one of the characters to play as, and have to alternate betwee...
2023-07-31 09:23:56 +0000 UTC
View Post

This is a new tutorial series where I'll show how to use Ren'Py's drag and drop system to make draggable and droppable items. I will go through the basics like how to make a drag displayable in a screen using Ren'Py script and how to use its properties. That will include both the ones that don't need Python functions and those that do.
I will also go through how to create drag objects using Py...
2023-06-27 06:30:42 +0000 UTC
View Post
Hello everyone, hope you're doing well in the world and that your visual novel projects are coming along well! π
This is an update post to let you all know what I'm working on a new tutorial for the channel, which this time is going to be about drag & drop to show beginners how to work with it. With that I mean it will be a general tutorial going over its features and how to work with it rather than a mini-game specific one. Hopefully it will be helpful to those who want to gain ...
2023-06-16 07:54:44 +0000 UTC
View Post

I've made a tutorial for a timed click counter which is now available on my channel and can be watched here: https://www.youtube.com/watch?v=Qt_02Ouo49s.
It's a pretty short video and is not very advanced in terms of code, but contains parts that might be interesting to both beginners and more ...
2023-06-01 10:55:36 +0000 UTC
View Post

In this post you can download the timed click counter script used in the tutorial video here: https://www.youtube.com/watch?v=Qt_02Ouo49s.
This is available for those in the tier Supporter or higher.
Enjoy! π
Updates
v.1.0.1:
2023-06-01 10:55:34 +0000 UTC
View Post
The day and night script and tutorial video is now finished! As I mentioned before, this is a Patreon exclusive video for those of you in the Supporter tier or higher.
There's two scripts for this tutorial. One uses screens with imagebuttons to make scenes that can be interacted with, while the other one uses only labels with choices.
I hope you'll enjoy it and find it useful! π Do leave a comment down below and like this post if you do! πβ€οΈ
β Tips and info on u...
2023-05-26 12:23:52 +0000 UTC
View Post
Hey everyone! Hope you're doing well and that your projects are going good. π
I thought I'd let you know that I've been working on the day & night cycle script that I asked you earlier if you wanted to see a tutorial for. I've attached a video preview of how it looks like and thought I'd explain a little about it as well.
The earlier post about it can be read here: https://www.patreon...
2023-05-18 12:40:16 +0000 UTC
View Post
The pipe connecting mini-game tutorial I told you all I was working on, is now complete! It's a bit longer and a little more complicated that some of my previous tutorials, so it's split into two parts.
The goal of this mini-game is to connect pipes in a grid from a starting point to and end point, where you can't have any loose endpoints where liquid could leak out. Once a valid connection has been completed, the player wins the game and you can show a custom screen or label for exampl...
2023-05-08 13:00:06 +0000 UTC
View Post
Hello everyone! π
I've been working hard on a new mini-game tutorial script for the channel, which is a pipe connecting game! This one is a bit more advanced than some of the previous ones, and will contain more code as well. I don't however think it will be too much for a tutorial and will probably be quite interesting for many.
You can watch the video above to see a preview of how it works!
The code for this uses a custom made path-finding algorithm of sorts, to find a ...
2023-04-19 12:15:00 +0000 UTC
View Post
Hello dear Patreons! Hope you're doing well.
I'd like to say thank you to all the new patrons that have joined and thank you to all patrons who have been sticking around for a while as well! Nice to see some of your comments on my posts and private messages that you like my scripts and tutorials and have use for them in your games. I appreciate you taking your time to let me know. Glad to have you here. π
I've been thinking for a while about making a day & night cycle...
2023-04-06 08:50:47 +0000 UTC
View Post

The last tutorial that was voted on by those of you in the Voting tier has now been released on my channel! π
It is the reaction/reflexes mini-game tutorial where you have to be quick to press buttons that lights up to try to get a good score!
If you haven't already, be sure to check ...
2023-03-30 15:10:10 +0000 UTC
View Post

The tutorial that was voted to come next on my channel by those in the Voting tier is a memory card mini-game and has now been completed together with a video tutorial!
It is a pretty short tutorial, like the last one, and the code isn't too complex. Those of you in the Supporter tier or higher also have access to download the...
2023-03-16 14:00:02 +0000 UTC
View Post