Is this 7 year old tutorial still relevant in Godot 4?

Godot Version

4.7

Question

Is this ( https://youtube.com/playlist?list=PL4vbr3u7UKWqwQlvwvgNcgDL1p_3hcNn2&si=IDlsrNiroNFaKJ6r ) tutorial still relevant? Is the code the same as 7 years ago? I’d like to make a match 3 game, but I’m struggling with finding updated tutorials for 4.x. If anyone knows an updated 4.x tutorial for match 3 games, I’d love to hear it in addition to the answer to my questions. Thank you.

There are example projects for match 3 games that are more up to date, just after a short search I came across this one:

That tutorial is going to be severely out-of-date. Keep in mind that the Godot team releases a new version every 3 months. Plus 3.x to 4.x is a major revision change so a LOT of little things are going to be different. If you have no Godot experience, it’s going to be hard to follow. The more experience you have with Godot 4, the easier it’s going to be to follow because you’ll know how to translate.

I just followed a Godot tutorial from 7 years ago and it was pretty straightforward, but I had to translate a few things. And I’ve been using Godot since 3.x. - for about 5 years now. I then used a project that was built 7 years ago to learn more, and that was frankly, a nightmare. I got there, but there were a lot of gotchas.

If you really want to follow a tutorial series that long, grab a copy of Godot 3.6.2 and use that to follow the tutorial. If making a match 3 game is more important to you than using/learning the current version of Godot.