Scratch RPG | Devlog #01 | Splitting & Stamping Sprite Sheets

2024 ж. 12 Мам.
377 300 Рет қаралды

We're going to build an Epic RPG in Scratch in the style of the Legend of Zelda a link to the Past - Follow my devlog to see the awesome progress I'm making! We try out tilesets, downloading sprite sheets, learn how to split sprite sheets and import them into Scratch. We then talk about sprite stamping using the pen extension and how Scratch has improved before starting to build an uber cool and super exciting level editor. This is going to be so awesome! Please leave comments with your views on how things are going, What you'd do different or change, and what you still want adding!
👀 Devlog #02 - • Scratch RPG | Devlog #...
👀 Coding Tutorials
Ep.1 - Craft your dream Scratch Game - • RPG Tutorial | Craft y...
Ep.2 - Infinite Scrolling & Tiles - • 🐱 Infinite Scrolling &...
Ep.3 - I AM SPEED - • ⚠️ LAG FREE Scrolling ...
Ep.4 - Build a LEVEL EDITOR in Scratch - • Code a LEVEL EDITOR in...
⭐ Support this channel - Join to get access to perks:
/ @griffpatch
✂️ Image / Sprite sheet Splitter - ezgif.com/sprite-cutter
💾 Amazing Tileset - o-lobster.itch.io/adventure-pack
🔗 Other Tilesets - opengameart.org/art-search?ke...
🔗 Zelda Official - www.spriters-resource.com/sne...
🐱 Scratch Starter Projects with Asserts - Remix this!
scratch.mit.edu/projects/7255...
-------------Video Chapters-------------
0:00 Intro
0:41 Week 1 - Where it all began
2:06 Sprite Sheets
2:49 Importing a sprite sheet into Scratch
4:15 Tile Engine - Clones or Stamping
6:16 Stamping Editor - version 1
7:17 Week 2 - Taking a step back
8:12 Take a break
8:28 Week 3 - Text Engine
9:13 Adding Larger Level Props
9:46 Week 4 - Expanded Vision & Tile Palette
11:49 Outro

Пікірлер
  • This was actually way more fun to watch than I though it would be, I wouldn't have minded one of these for Level Eaten

    @Kirby_Super@Kirby_Super Жыл бұрын
    • Yes - I could still make one of those if this one is successful enough! - I need everyone to click the love button and subscribe!!!

      @griffpatch@griffpatch Жыл бұрын
    • @SVT Streamings Im saying that it would have been cool to have a devlog for Level Eaten

      @Kirby_Super@Kirby_Super Жыл бұрын
    • @@griffpatch could you consider making episode 8 on 3D raycasting making you able to look up and down? Or maybe animated texture like you showed in the preview of episode 7? Or the reflections? If not thats okay, i know you are working on this loving your content worth the wait!

      @austencope@austencope Жыл бұрын
    • @@austencope Not to toot my own horn, but I actually made a video on how to do that on my channel

      @Kirby_Super@Kirby_Super Жыл бұрын
    • @@griffpatch Uhh. Where did you get that exact tile sheet for cutting?

      @walterbeckett9461@walterbeckett9461 Жыл бұрын
  • I just had to keep on reminding myself that this is scratch. As a programmer, I can tell you that this is very impressive. Can’t wait for the next episode. What other surprises can this man bring us? :)

    @silvertakana3932@silvertakana3932 Жыл бұрын
    • Wow, thanks!

      @griffpatch@griffpatch Жыл бұрын
    • No matter the tools you have, what matters is how do you use them to your advantage

      @tt_thoma@tt_thoma Жыл бұрын
    • Opac3tyD is a good example of this

      @tt_thoma@tt_thoma Жыл бұрын
    • Yes

      @Sammy8Cartoons@Sammy8Cartoons Жыл бұрын
    • @@griffpatch can you make a series on how you made your 3D laser tag game

      @genesectloverefandmrglyre9498@genesectloverefandmrglyre9498 Жыл бұрын
  • this video made me realize that, in some ways, scratch is more complex than other engines, even without the barrier of programming

    @cakeeatingpirate@cakeeatingpirate Жыл бұрын
    • Scratch is more complex by making everything more complicated to make, yeah

      @fefe177@fefe177 Жыл бұрын
    • @@fefe177 the irony that scratches simple code ends up becoming more complex in bigger projects

      @cakeeatingpirate@cakeeatingpirate Жыл бұрын
    • @@cakeeatingpirate I mean logically, obviously

      @fefe177@fefe177 Жыл бұрын
    • @@cakeeatingpirate It is ironic, but it makes complete sense. If you don't have many functions you can choose from, then chances are doing simple things will inevitably be complex. Consider the following flip jump program (flipjump is an esolang assembly language): 0x00: flip 0xFF; jump 0x10 //each instruction in this case is 16 bits total, and the numbers you see here are hex 0x10: flip 0xFF; jump 0x20 0x20: flip 0xFF; jump 0x30 0x30: flip 0xFF; jump 0x40 0x40: flip 0xFF; jump 0x50 0x50: flip 0xFF; jump 0x60 0x60: flip 0xFF; jump 0x00 0xF0: 0b0000000000000000 //this here is data that will be changed in this program Now, what kind of program is this? Why, it's constantly adding 1 to a 3 bit number, of course! The catch? You can't directly read a single bit of that 3 bit number, since there is no read instruction, without an external device. You'll have to get creative to figure out how to read that 3 bit number. You'll at least have to be okay with self modifying instructions.

      @legendgames128@legendgames1286 ай бұрын
  • This is so impressive Griffpatch, you continue to amaze everyone by coding the most advanced projects in scratch!

    @eyallevin6302@eyallevin6302 Жыл бұрын
  • You always upload the right tutorials at the right time! I tried to make an asteroids-style game, and only days later you uploaded how to make lemonoids, only to AGAIN be perfectly timed as right now I’m in the process of making an Undertale fangame, and you upload this! I didn’t use tiles because there were WAY too many of them, and instead just made each room an individual costume with other costumes linked to it for hitboxes. (I did use your sprite ordering tutorial for NPCs - thanks again for that!)

    @mrg4melover@mrg4melover Жыл бұрын
  • Absolute Banger! I was trying to make an rpg and made the fight but didn't know how to do the map! I will watch this series until the very end!

    @ehdggaming@ehdggaming Жыл бұрын
  • I'm so blown away! Not only did I think this was possible IN SCRATCH, but you can keep building on this concept? I am exited to see what you will do next!

    @unsweetened3781@unsweetened3781 Жыл бұрын
  • This is going to be so much fun! I can't wait for the tutorial, thank you for sharing your brilliant mind with the world!

    @jayden3988@jayden3988 Жыл бұрын
  • I’ve been looking forward to a griffpatch made rpg tutorial or games! Thank you so much!

    @AzureMenace@AzureMenace Жыл бұрын
  • I am so excited for the next episode! You're literally the best scratcher ever!

    @Tealen@Tealen Жыл бұрын
  • Yes!!! I've been waiting for a tutorial on an RPG project! You truly are the best!

    @AndyWandyBandy@AndyWandyBandy Жыл бұрын
  • I can’t Wait for the full tutorial to come out!!! I am so exited to make my dream RPG world! A suggestion for the full tutorial, assuming that you don’t already plan on this, add links to the file downloads for the text,tiles,and props. Thank you so much for the effort you put into your videos!!!!!!!!

    @juderoberts3534@juderoberts3534 Жыл бұрын
  • Griffpatch, I know you probably can’t see this, but I would totally love like, a full tutorial to this, I know it would be hard but this is just so cool! I personally think this probably took so long for you to do but I can say that it’s worth it in your end, because this is amazing!!! (Edit: He saw and commented back wow!)

    @l0veh0und@l0veh0und Жыл бұрын
    • It will be coming

      @griffpatch@griffpatch Жыл бұрын
    • @@griffpatch Oh my gosh ok cool! I didn’t think you could see my comment so fast, thanks for the feedback! I can’t wait! ✨

      @l0veh0und@l0veh0und Жыл бұрын
  • hey griffpatch thank you for always making my day! love your content

    @bankio6957@bankio6957 Жыл бұрын
  • Awesome tutorial! I've always wanted to build my own RPG world full of Scratch stuff. Great work, griffpatch!

    @SupercriticalXenon@SupercriticalXenon Жыл бұрын
  • its nice how as soon as im done with your mario tutorials you upload something teaching how to use stamped costumes synonymously, just as im starting to work on something using the exact same method. perfect timing! i was about to go in blind and have a rough time

    @AshtonScripts@AshtonScripts Жыл бұрын
  • LOVE IT SOOOO MUCH! Thankyou For Making These Wonderful Vids :)

    @-PaulyPlayz-@-PaulyPlayz- Жыл бұрын
    • You're so welcome!

      @griffpatch@griffpatch Жыл бұрын
    • @@griffpatch plz help splitting web no work for chrome

      @1000_Ways_To_Fail_Chess@1000_Ways_To_Fail_Chess Жыл бұрын
  • Your tutorials are fantastic! Although I've been on scratch for over 4 years, your tutorials still teach me new stuff. Your tutorials are really easy for anyone to understand- making the code very customizable! A key part of tutorials is explaining why you need that piece of code, how it works, and the like. Some people will just sit there telling you what to do- but not why it works. Thank you for being such an influential scratcher. Please keep it up! Plus: I'm looking forward to a new tutorial past this- possibly a roguelike? ;)

    @vibecatwastaken@vibecatwastaken Жыл бұрын
    • Thanks for that, I really appreciate it :) - And yes, a roguelike is very much on the cards - in fact, this RPG could be used as a base for such a game too.

      @griffpatch@griffpatch Жыл бұрын
  • Truly amazing! I'm excited about the top down movement as well, as I've been looking for that for my current project. Keep it up!

    @Amalya_DSG@Amalya_DSG Жыл бұрын
  • This looks amazing! It is totally worth the wait for the actual tutorial series

    @spoopyissad@spoopyissad Жыл бұрын
  • This is probably as close as a fully developed Indie game on Scratch as we can get. This seems like a thing done on a more complex Game Engine such as Unity , Unreal or Game Maker but this being on scratch is just... "unreal"

    @DDP-Gaming@DDP-Gaming Жыл бұрын
    • you should make it 3D, there are platforms with stairs that head to higher or lower levels with random generation (example: caves)

      @aaaaaa-rr8xm@aaaaaa-rr8xm Жыл бұрын
    • Insert drum sound effect.

      @pavlolysan222@pavlolysan222 Жыл бұрын
    • or godot

      @ChuckSploder@ChuckSploder Жыл бұрын
    • @@pavlolysan222 it's "ba-dum tss"

      @ChuckSploder@ChuckSploder Жыл бұрын
    • @@ChuckSploder Same thing.

      @pavlolysan222@pavlolysan222 Жыл бұрын
  • I really like your videos they have helped me make many games. You are truly doing a good thing.

    @IamAM139@IamAM139 Жыл бұрын
    • Glad you like them!

      @griffpatch@griffpatch Жыл бұрын
    • @@griffpatch he is so true! You are amazing!

      @carterstach6034@carterstach6034 Жыл бұрын
    • @@griffpatch love your video!

      @annawong218@annawong218 Жыл бұрын
  • i always wanted you to make devlogs, glad to see my wish came true !! id LOVE to see more of this!

    @CaptainSteward@CaptainSteward Жыл бұрын
  • I just love how your tutorials allow us to better understand what happens in your games, our games, and everyone else’s games. Thank you so much for these epic tutorials.

    @frozencarrot714@frozencarrot714 Жыл бұрын
    • I appreciate that!

      @griffpatch@griffpatch Жыл бұрын
  • I would've loved to see a Sonic-themed game but an RPG is just as good the moment I realized games like Earthbound or Undertale are essentially RPG games.

    @NoxturnalMusic@NoxturnalMusic Жыл бұрын
    • someone on the r/scratch subreddit is recreating one of the sonic games in scratch and it looks really good so far

      @hellow123@hellow123 Жыл бұрын
    • Well, what did you think they were

      @WindowsDrawer@WindowsDrawer11 ай бұрын
  • This is amazing it’s so cool I’ll definitely use this in my later games

    @Basblueyiscool@Basblueyiscool Жыл бұрын
  • From what you got so far, I know the tutorial is going to be AWESOME. Can't wait for you to do the tutorial!

    @Robotic-Brix@Robotic-Brix Жыл бұрын
  • I hadn't realized how recent this video was, so I didn't want to get my hopes up for episode two, because I couldn't find it, lol. You are doing amazing, and I can't wait to play the game! Also I'm trying the same exact thing thanks to you. I can't figure out the neatly placed tiles, though. If you could show how to do that in the next vid, that would be amazing.

    @evillizard9323@evillizard9323 Жыл бұрын
  • i actually would like to see different enemies with passive abilities, like undead enemies that revive after a certain time and can only be defeated using specific items

    @pawer_themaw@pawer_themaw Жыл бұрын
  • The entire tile selection looks great but there is a issue. In 12:16 when you were adding the house, the background of the tile was transparent but scratch changes the colour of the tile background as it is not getting overlayed. There can be two solutions for it either to design a layer system for the tiles or make the tile background for those tiles the nearest tile background as house can be placed in various instances. When I was trying to make this in a clone tile system, I failed to add a second layer or change the background but could accomplish this in the entity sprite, but with using pen instead of clone, I think it would be possible to try this. This can also be used to put multiple trees overlayed on top of each other etc.

    @pfreakadvance3895@pfreakadvance3895 Жыл бұрын
    • If you saw right at the end, I scroll down and you can see the same house sprites and trees working with masking... How I did this will be explained in the next episode :D, but your insight is spot on.

      @griffpatch@griffpatch Жыл бұрын
  • Can't wait till the recreating scratch in scratch but somehow better! amazing tutorial again, cant wait to see the finished result!

    @shadow_1363@shadow_1363 Жыл бұрын
  • Wow, this is a lot of stuff. Firstly, the level editor already looks amazing. Can't wait for collisions, and later enemies to be added!

    @smth35@smth35 Жыл бұрын
  • For a while, I have considered Griffpatch the creator of the most advanced Scratch projects. This tells me he definitely is now.

    @Elipsis_@Elipsis_ Жыл бұрын
  • You know Griffpatch, I would love to have a tutorial series about how to make a turn base rpg on scratch.

    @bigmaxethanschannel1428@bigmaxethanschannel1428 Жыл бұрын
  • Hi, I tried to use the tile-scrolling platformer for my RPG idea. Great to see an dedicated RPG tutorial being in the making!

    @jacie_krece1991@jacie_krece1991 Жыл бұрын
  • Super fun as always to watch, congrats. I may not make stuff on Scratch as much, but I still love seeing games and concepts that push Scratch to the limit's, stuff like the Super Mario Maker 3 or Kirby Dreamland 3 Maker, etc, entire Maker's within Scratch with level saving, entity ai, etc. It's amazing, thank you Griffpatch.

    @RyanDxxx0@RyanDxxx0 Жыл бұрын
  • This looks amazing! Cheers me up for a new griffpatch upload

    @minergangg@minergangg Жыл бұрын
    • 6:37

      @davidrodriguesdesousa1697@davidrodriguesdesousa1697 Жыл бұрын
  • I would love to play this on my own free time! btw i would love to see a tutorial for a tower defence game, kinda like the bloons td series.

    @mebutreallyfreaky3846@mebutreallyfreaky3846 Жыл бұрын
    • Sorry I accidantly disliked I was going to like

      @JetfirePlayz8899@JetfirePlayz8899 Жыл бұрын
    • I agree too! But I want to see something like Pvz or like you said something in the Bloons series for a tower defense game.

      @sorrypants31@sorrypants31 Жыл бұрын
    • @@sorrypants31 I think you mean pvp not pvz

      @JetfirePlayz8899@JetfirePlayz8899 Жыл бұрын
    • @@JetfirePlayz8899 pvz is short for plants vs zombies

      @pessskychaos4874@pessskychaos4874 Жыл бұрын
    • @@pessskychaos4874 ohhhhhhhhh ok

      @JetfirePlayz8899@JetfirePlayz8899 Жыл бұрын
  • Holy smokes! I’ve wanted a RPGlike game tutorial for so long! Thanks a million Griffpatch!!

    @tuckerbetz9585@tuckerbetz9585 Жыл бұрын
  • Woah! This is exactly the thing I’ve been looking for! Great to see that this is getting its own series :]

    @yoph6233@yoph6233 Жыл бұрын
  • this is seriously amazing, it's kind of similar to rpg maker

    @dazcar2203@dazcar2203 Жыл бұрын
    • Indeed, while coding the engine I have also referenced RPG maker at times (although I've never used it myself). It makes sense to check these things out as they might have some good ideas.

      @griffpatch@griffpatch Жыл бұрын
    • @@griffpatch the way rpgmaker does npcs is also interesting, it may not be possible for it to go as in-depth here with the details but something similar would be neat

      @dazcar2203@dazcar2203 Жыл бұрын
  • Ahh. I would love if you made a few more devlog series, it's really joyful to watch you as such.

    @sonykhan6642@sonykhan6642 Жыл бұрын
  • I love these devlogs! I learn so much from them! Maybe even more than tutorials xD Keep it up! :D

    @thebugcoder3391@thebugcoder3391 Жыл бұрын
  • This looks amazing. Your tutorials and videos are always great.

    @NoCrispin@NoCrispin Жыл бұрын
  • I really love your content and I respect all of the hard work you put into your games and videos!

    @amepic5269@amepic5269 Жыл бұрын
  • This is the best timing! I was starting work on an rpg!

    @crackerpooppop@crackerpooppop Жыл бұрын
  • Really love the tutorial so much! And amazing Devlog series.

    @Twin138956Productions2019@Twin138956Productions2019 Жыл бұрын
  • i've been wanting to see a devlog-type video from you so bad, im so glad that you made one!

    @izaanhafid@izaanhafid Жыл бұрын
    • Yay! Thank you!

      @griffpatch@griffpatch Жыл бұрын
  • So this is a Devlog?! Did not except that! But This is so cool! I've been waiting for this!

    @cappcat@cappcat Жыл бұрын
  • I’m so excited! Another Griffpatch project to keep me entertained while I should be doing productive stuff. I can’t wait!

    @breadcrumm7749@breadcrumm7749 Жыл бұрын
  • so excited!!! editing top notch, please dont overwork yourself!

    @apo11ocat@apo11ocat Жыл бұрын
  • Hi griffpatch! I started making a similar game 3 months ago. And I was really really surprised after I found this! It could help me so much on my game since I have already build up the base!

    @HaloB-tn3bk@HaloB-tn3bk Жыл бұрын
  • Keep up the amazing work! I can’t wait until It’s finally completed!

    @picklez4lunch@picklez4lunch Жыл бұрын
  • I cannot tell you how much I've needed this, I've been trying to make an RPG for months, but I could never find a tutorial that could actually help. Thanks!

    @Vancouver666@Vancouver666 Жыл бұрын
    • I really hope this will work out well for everyone once we get going with the full tutorial :D

      @griffpatch@griffpatch Жыл бұрын
  • I don’t even know where to begin on how crazy cool this is, it is so good I am certain that you can make the best games.

    @aaronsoroka1346@aaronsoroka1346 Жыл бұрын
  • This is really great! I'll definitely stick along for more videos!

    @acyned8079@acyned8079 Жыл бұрын
  • I don’t even know where to begin on how crazy cool this is, it is so good I am certain that you can make a game that quality rivals with official Zelda games

    @ThatLUCKYFOX@ThatLUCKYFOX Жыл бұрын
  • This series is so incredibly cool and I can’t wait for the next video!

    @Sparemitt@Sparemitt Жыл бұрын
  • Dear lord I haven't touched Scratch in years, and I'm glad to see how well you're channel is doing.

    @z3ldon704@z3ldon704 Жыл бұрын
  • I really love this format of videos, I wish that you make more of them!

    @gaker19sc@gaker19sc Жыл бұрын
  • A little bit late, but I have been waiting for this series for months! Thanks a lot.

    @DanSTD@DanSTD Жыл бұрын
  • YAAAAAY!!!! IM SO HAPPY THAT YOU STARTED RPG TUTORIAL I WERE WAITING FOR IT!!! :)))

    @gameassassin1496@gameassassin1496 Жыл бұрын
  • Very exciting This is gonna be an amazing series

    @bruhder3447@bruhder3447 Жыл бұрын
  • I am so Exited the wait was worth it 100x over thank you so much for posting this video

    @Media_Evolution@Media_Evolution Жыл бұрын
  • It is so exciting and shocking what you can do with scratch! great tutorial :D

    @animationsbelike@animationsbelike Жыл бұрын
  • Looks like a super fun tutorial series. It would be super cool to see some kind of ability system integrated into the game.

    @venomous7337@venomous7337 Жыл бұрын
  • This tutor is one of the few that take instructions step by step, and interests me.

    @mezaaguilaricecube1024@mezaaguilaricecube1024 Жыл бұрын
  • MAN, this is truly amazing, just seeing that this came from scratch is awesome!

    @evslasher5559@evslasher5559 Жыл бұрын
    • Glad you like it!

      @griffpatch@griffpatch Жыл бұрын
  • This is awesome! I like the graphics and art so much.

    @7Thenumberseven@7Thenumberseven Жыл бұрын
  • Cool!! Keep it up, I want you to make the full series!

    @ashdroidgamer3878@ashdroidgamer3878 Жыл бұрын
  • I remember playing your games years upon years ago and you popped up in my recommended today :)

    @Riptide1@Riptide1 Жыл бұрын
  • Hey griffpatch! I actually quit scratch a bit ago but remained subscribed to your channel because I still love some of the content you post. Its pretty funny that you uploaded this, because some time ago, I was planning to make an RPG on scratch with my friend but quit and moved to unity because Ithe tiling system I was using was very difficult and poorly optimized. This system you have made however is amazing and proves that anything is possible on scratch if you are clever enough! Hats off to you!

    @liquidportal9082@liquidportal9082 Жыл бұрын
    • Awesome! Thank you!

      @griffpatch@griffpatch Жыл бұрын
  • I'm really starting to like the process, not like I didn't before but this is just. "magnificent"

    @zdelga3569@zdelga3569 Жыл бұрын
  • When I first joined Scratch, I never thought there would be very cool scratcher, the griffpatch. Thanks for amazing tutorials!

    @thatukrdude@thatukrdude Жыл бұрын
    • hehe - Scratch is what we make it!

      @griffpatch@griffpatch Жыл бұрын
  • bro this looks fantastic, man you still always teach me new things and it gets my fingers wanting to code some on

    @gunterjudd5406@gunterjudd5406 Жыл бұрын
    • Same here :D - Let's get Scratching!

      @griffpatch@griffpatch Жыл бұрын
  • even though I no longer use scratch and have graduated to using fusion 2.5, these videos are still really entertaining and can even teach you stuff that works in other engines too! keep up the good work.

    @kattny@kattny Жыл бұрын
    • Glad you like them!

      @griffpatch@griffpatch Жыл бұрын
  • Wow a ton of new things to learn! You are amazing Griffpatch ! We love you man…

    @DPoly@DPoly Жыл бұрын
    • More to come!

      @griffpatch@griffpatch Жыл бұрын
  • You are seriously taking scratch and turning it into gamemaker and have been for years now. You are insane.

    @N8-Squared@N8-Squared Жыл бұрын
  • Very excited! This looks awesome!

    @tdub1776@tdub1776 Жыл бұрын
  • ooo very cool :) I'm so excited to see the full tutorial!

    @sariulfah1668@sariulfah1668 Жыл бұрын
  • oh wow, i can tell this is gonna be really helpful... can't wait for that text one!

    @shibbo1337@shibbo1337 Жыл бұрын
  • Yay griffpatch I really can't wait for the RPG tutorial your videos helped me learn how to be an expert on scratch RPG here we go. Thank you for making the RPG .

    @mwizaphiri1003@mwizaphiri1003 Жыл бұрын
  • I love this! to the animation and art, so good! can't wait!

    @tigershelf@tigershelf Жыл бұрын
  • i can tell you that i have been working on a scratch project like this and has taken me 2 years. :/ i did start with no experience though but if i knew that i could do it like this then i would have been so much better off. i an so exited to see the tourtorial! keep up the good work and scratch on. 😁

    @foxyyoutube534@foxyyoutube534 Жыл бұрын
  • Even though I moved on from Scratch coding to JavaScript Its still entertaining to watch the tutorials. You made me invested into coding and I appreciate that griffpatch! You brought me through this journey.

    @1exoticpatty@1exoticpatty Жыл бұрын
    • my grammar is not that good i know

      @1exoticpatty@1exoticpatty Жыл бұрын
    • Mine either lol

      @griffpatch@griffpatch Жыл бұрын
  • With the tile selector in the editor I'd recommend a system similar to Super Mario Maker 2, with a toolbar containing recently used items, possibly accessible through number keys, and the rest of the tiles organised however you would like.

    @croozington@croozington Жыл бұрын
  • Perfect timing! Just started my game yesterday!

    @spasoffood2746@spasoffood2746 Жыл бұрын
  • Wow! i love devlogs, so happy griffpatch is doing them too now!

    @griffinbrooks6748@griffinbrooks6748 Жыл бұрын
  • I love the fact that your 2d minecraft does not even feel like a scratch project

    @absolutenobody1secondago431@absolutenobody1secondago431 Жыл бұрын
  • Hey griffpatch, you are incredible! I like your tutorials a lot. I really hope you make tutorials on how to do this, because I really always wanted to program an RPG, and scratch is what I do best, so I really want you to make those good videos that you know how to do. Keep it up!

    @markeldearcos2168@markeldearcos2168 Жыл бұрын
    • Thanks, will do!

      @griffpatch@griffpatch Жыл бұрын
  • It's so interesting to see what all you can achieve in scratch

    @deonrodrigues300@deonrodrigues300 Жыл бұрын
  • This RPG idea is so cool

    @SillyCreeper_Studio@SillyCreeper_Studio Жыл бұрын
  • Oh my gosh! This is sooo good! I am excited about the next Dev log. Also, this is Scratch? Oh my, I am a programmer and this is impressive for a Block-based programming language. And you could make great pixel levels like that? It takes me 2 weeks. Then I have to use tiled.

    @ethancodes1341@ethancodes1341 Жыл бұрын
  • Your energy is that similar to Stampy and I love it, your tutorials are truly so fun

    @VodaKartoshka@VodaKartoshka Жыл бұрын
  • This is one of the best tutorial there is going to be for me also please make sure that there is going to be a already set up sprite for the tiles .

    @Wooio_the_baller@Wooio_the_baller Жыл бұрын
  • I never knew you had a youtube channel. I really loved your paper minecraft project!

    @DJ4461@DJ4461 Жыл бұрын
  • This is why I LOVE griffpatch... Really fun to watch this video

    @srd9060@srd9060 Жыл бұрын
  • i was wating for this tutorial.thank you griffpatch your the best

    @RadinCraft-jz3qw@RadinCraft-jz3qw Жыл бұрын
  • The project looks so good

    @harryplayzgames1229@harryplayzgames1229 Жыл бұрын
  • you always make the most complex projects keep up the good work :)

    @SJC-dn5pp@SJC-dn5pp Жыл бұрын
KZhead