Data analysis vs Godot Shaders
Hey, for my second channel I want to keep a weekly series, so I am wondering what you guys would be more interested in:
2024-02-25 20:55:33 +0000 UTC View Post
Hey, for my second channel I want to keep a weekly series, so I am wondering what you guys would be more interested in:
2024-02-25 20:55:33 +0000 UTC View PostThe pokemon game is taking shape, basically all the main mechanics are in place and I hope to have the video out in mid march! At this point I just keep on refining things and squash a billion bugs.
2024-02-23 20:13:36 +0000 UTC View Post
It is finally done, a proper Python platformer along with an overworld :D
(YouTube is still uploading and processing, the video should be ready soon, it's nearly 10 hours long)
2024-02-04 23:57:13 +0000 UTC View Post
Hi everyone, I am starting a weekly series on shaders in Godot! You guys get the videos a week early :)
I am currently finishing up the next major project, should be up in about 2 hours as well!
My goal is to make one larger project per month and then a weekly smaller video
Hi everyone, I will try to post more regularly and sorry for the long absence.
In the video you can see a Pokemon-style game I am working on, it should be out by the end of February. I am also working on a Mario style platform ( a remake of the one I made few years ago) that will be out in ea...
Hi everyone,
I have finished the intro video to Godot 4! It's 15 hours long and currently split over 2 videos. Part 1 is linked and part 2 is here: https://youtu.be/0Sc-D0CEET4
I will add timestamps ...
2023-06-22 20:19:46 +0000 UTC View PostHi everyone,
for the next couple of projects:
I will create an updated ultimate intro to pygame later this month. Since pygame-ce came out a few new features have been added and the original had lots of problems.
For (end of) May I will make an ultimate intro t...
2023-04-02 20:40:02 +0000 UTC View PostHi everyone, sorry for not posting for a while. I was hard at work making a 41 hour udemy course. That one has been published this morning and you can get it here:
I made it! Here is the complete guide to styling in tkinter, this includes animated widgets and images, tools to make your app actually look good and all the basics as well.
That covers the tkinter fundamentals, next up I will make 10 apps in it, I hope to finish that by th...
2022-12-22 00:25:07 +0000 UTC View Post
Hey, some slight delays on the videos. I was unhappy with the previous video on tkinter layouts so I expanded on it... a lot. Now it covers everything you need to know and outlines basic design patterns that somehow nobody created, ever.
2022-12-19 00:00:06 +0000 UTC View PostPart 2 finished now, faster than I expected :)
Part 3 (styling) for the layout will be out next week.
Hey, I am working on a complete guide to tkinter and I realised it is going to get much longer than I expected. Here is the first part that covers all of the widgets that you can use along with a general introduction. Part 2 will come very soon.
Along with that, there are going to be ...
2022-11-30 20:01:49 +0000 UTC View PostThe next pygame project. I still need to figure out the floor and enemies but a solid chunk of the math is done :)
2022-11-06 14:25:55 +0000 UTC View PostHi everyone, sorry for taking so long but this video took forever to make!
The video is 10 hours long and I think YouTube will need some time to process it but should be ready soon :)
You can find all the files here: 2022-10-21 19:07:24 +0000 UTC View Post
Hi everyone,
Sorry for having been quit for so long. The Mario maker style game is more or less done (I still need to do some refactoring and bugfixing). Here is the trailer draft, I am planning to have it finished in early October :)
2022-09-22 12:48:28 +0000 UTC View Post
The editor part is finished, now I have to make the actual game :)
I'm hoping to have a prototype ready by Monday, will share the code here then!
2022-08-26 14:29:31 +0000 UTC View Post
It's making some solid progress :D
(Water is also working, forgot to show it in the video)
2022-08-23 19:56:56 +0000 UTC View Post
Hey, the next game I am going to make will be a Mario Maker style game. Here is the progress so far.
The editor turned out to be quite a pain to work with, especially since I wanted it to be theoretically infinite and also have tiles and objects that can be moved around. All of that i...
2022-08-20 09:37:17 +0000 UTC View Post
A Stardew Valley style game in Python and Pygame. This includes
farming and foraging, a day and night cycle, weather effects
and a merchant. The game was also made in Tiled so you can
expand it yourself.
Project files:
2022-08-02 15:28:17 +0000 UTC
View Post
Hi everyone, so I am trying to think about how to make Clear Code more financially stable so that I can do this properly full time. Sadly, paid courses pay much better than YouTube ads. Hence, I will do more of that but that doesn't mean I'll leave YouTube, far from it!
At least for t...
2022-07-27 08:16:39 +0000 UTC View Post
Hey, I had to update the video because YouTube did not like the part on downloading YouTube videos (YT considered it 'harmful and dangerous' and gave me a channel warning, so I absolutely had to delete the original video). I replaced the YT downloader with a music player :)
In this vi...
2022-07-23 20:59:27 +0000 UTC View PostHi everyone, here is the link to getting my course for free: https://www.udemy.com/course/learn-python-by-making-games/?couponCode=0A5BC1E6DE14A6F45774
Hi everyone, huge apologies for having been so quiet the last few weeks. I worked on a larger course that you can get here: https://www.udemy.com/course/learn-python-by-m...
2022-07-07 10:13:45 +0000 UTC View Post
Basically everything you need to know about image manipulation in Python with Pillow [PIL]. By the end of the video you should be comfortable manipulating images in just about every way.
YouTube
...
A bunch of very simple code snippets to write more elegant and understandable python code.
Timestamps:
0:00 - Intro
0:27 - match case
3:24 - ternary operator
5:44 - chain comparisons
7:15 - clamping values
11:10 - eval + exec
15:20 - dict.ge...
A video on understanding python decorators, including the property decorator in classes.
Timestamps:
00:00 - Intro & Decorator theory
03:34 - Function basics
08:28 - Basic decorator
21:03 - Decorators with function arguments
26:44 - Decorators with parame...
A tutorial about classes and object-oriented programming. I will cover everything you need to create classes, use dunder methods, simple and complex inheritance and how to work with classes and connect objects.
Timestamps:
0:00:00 - Intro
0:16:23 - Class Intro
0:29:00 - Dunder m...
A video about Tiled, including terrains, isometric tiles, exporting and objects. I also cover how to import the resulting data into pygame.
Timestamps
0:00:00 - Intro
0:02:31 - Fundamentals of Tiled
0:38:57 - Terrains
1:11:04 - Isometric tiles
1:...
Hi everyone, sorry but no proper tutorial for this week, I have been ill the entire week and just didn't get to record.
That being said, there are some updates: I am working on a larger video that is going to be a Stardew Valley / Animal Crossing / Harvest Moon (pick depending on your...
2022-04-15 16:28:29 +0000 UTC View Post