FindingPepper
FindingPepper
  • 23
  • 69 353
How to Code Paper Minecraft in Scratch | Player - Episode 5
How to Code a Player for Paper Minecraft in Scratch - Paper Minecraft Episode 5
This episode we'll finally be turning our paper Minecraft terrain generator into a game! We will add a player, complete with collisions and animation.
Add your projects to this Scratch studio: scratch.mit.edu/studios/32662603
See an example of this generation in my Paper Minecraft game: scratch.mit.edu/projects/874629438/
Assets Project: scratch.mit.edu/projects/679732697/
Chapters
00:00 Intro and costumes
01:46 Basic movement
07:30 Collisions
15:12 Fixing jumping
16:55 Displaying player
19:20 Width and height
21:50 Animation
28:06 Swimming
29:25 End
มุมมอง: 397

วีดีโอ

How to Code a Dungeon Crawler RPG in Scratch | Enemies
มุมมอง 449หลายเดือนก่อน
We'll continue making a dungeon crawler style RPG in Scratch. Episode 4 covers placing enemies and enemy behavior. Get your assets here: scratch.mit.edu/projects/679732697/ Enemy sprites by o-lobster: o-lobster.itch.io/
Tile Scrolling Platformer Expansion | Moving Platforms
มุมมอง 445หลายเดือนก่อน
In this episode of the Tile Scrolling Platformer Expansion where I expand on Griffpatch's series, we add moving platforms! This episode requires solid entities, the subject of the previous episode. I cover how to code vertical and horizontal platform movement, pushing the player and enemies, and squishing the player between two platforms or a platform and a wall. We also will look at jump-throu...
Tile Scrolling Platformer Expansion | Solid Entities
มุมมอง 476หลายเดือนก่อน
In this Episode of my Tile Scrolling Platformer Expansion where I expand on Griffpatch's series, I show you how to add solid entities to the tile scrolling platformer. These are entities (using the enemy sprite) that can be collided with. This will allow us to add moving platforms next episode. Enjoy! Tile scrolling Platformer Expansion Playlist: th-cam.com/play/PLEeMRpl6b1jEs7QAIGqeyEoKJnonyf9...
How to Code a Dungeon Crawler RPG in Scratch | Saving and Loading Rooms
มุมมอง 342หลายเดือนก่อน
How to make a dungeon crawler style RPG in Scratch. Episode 3 covers moving between rooms as well as room save and load scripts. Chapters 00:00 Introduction/explanation 00:48 Saving rooms 07:08 Loading rooms 14:46 Creating new rooms 17:04 Loading on game start 17:48 Moving between rooms 24:30 End
Player Movement and Collisions in Scratch | Dungeon Crawler RPG Episode 2
มุมมอง 4582 หลายเดือนก่อน
We'll continue making a dungeon crawler style RPG in Scratch. Episode 2 covers player movement and collisions in a top-down tile-based system like what was created in episode 1. Get your assets here: scratch.mit.edu/projects/679732697/ Player sprites by Vryell: opengameart.org/content/tiny-adventure-pack Chapters 00:00 Intro and costumes 01:04 Main loop 02:35 Controls 04:40 Player movement 07:4...
How to Make a Dungeon Crawler RPG in Scratch | Episode 1: Building a Room
มุมมอง 2.5K2 หลายเดือนก่อน
In this video we'll begin making a dungeon crawler style RPG in Scratch. Episode 1 covers building and displaying a room. Get your assets here: scratch.mit.edu/projects/679732697/ Chapters 00:00 Intro/costumes 00:58 Grid list explanation 02:30 Filling grid 04:08 Stamping tiles 09:06 Placing tiles 11:32 Choosing tiles 15:58 End
World Updates - Terrain Generation Episode 4
มุมมอง 7839 หลายเดือนก่อน
How to Generate Paper Minecraft Terrain in Scratch - Terrain Generation Episode 3 This episode we'll be adding world updates to our 2D Minecraft world. This includes water physics, falling sand, and a day-night cycle. Add your projects to this Scratch studio: scratch.mit.edu/studios/32662603 See an example of this generation in my Paper Minecraft game: scratch.mit.edu/projects/874629438/ Chapte...
How to Generate Paper Minecraft Terrain in Scratch - Terrain Generation Episode 3
มุมมอง 1.6K10 หลายเดือนก่อน
How to Generate Paper Minecraft Terrain in Scratch - Terrain Generation Episode 3 This episode we'll be turning our pen terrain generator into a tile based terrain generator and using it to generate 2D Minecraft terrain. Enjoy! Add your projects to this Scratch studio: scratch.mit.edu/studios/32662603 See an example of this generation in my Paper Minecraft game: scratch.mit.edu/projects/8746294...
Hollow Knight: Forgotten Crossroads - In Scratch - Release Trailer
มุมมอง 6Kปีที่แล้ว
I'm excited to announce that a game I've been working on for almost a year is here! It's been a sort of challenge I've set myself: to recreate Hollow Knight in Scratch (at least the first area) as accurately as possible. Please check it out if you get the chance! I don't want to make it seem like I'm claiming Hollow Knight as my own creation; in fact quite the opposite is true. I highly highly ...
Tile Scrolling Platformer Expansion | Grabbable Objects | Part 2
มุมมอง 1.1Kปีที่แล้ว
In this episode of my Tile Scrolling Platformer Expansion where I expand on Griffpatch's series, I show you how to code into the game the ability for Mario to pick up and throw the objects we added last time, as well as Koopa shells. Enjoy! Tile Scrolling Platformer Expansion Playlist: th-cam.com/play/PLEeMRpl6b1jEs7QAIGqeyEoKJnonyf9QS.html Griffpatch's Tile Scrolling Platformer Tutorial: th-ca...
Tile Scrolling Platformer Expansion | Grabbable Objects | Part 1
มุมมอง 1.2Kปีที่แล้ว
In this Episode of my Tile Scrolling Platformer Expansion where I expand on Griffpatch's series, I show you how to add new objects to the Tile Scrolling Platformer, including trampolines and POW blocks. I also modify and improve features covered in the P-Switch expansion. This is all in preparation for adding the ability to pick up and throw these objects in the next episode. Enjoy! Tile Scroll...
Terrain Generation in Scratch - Caves and Ores
มุมมอง 4.4Kปีที่แล้ว
Terrain Generation in Scratch - Caves and Ores We'll write code to add caves and ores to our 2D terrain in Scratch. We'll cover how to create smooth cave generation, as well as how to scroll around our world. Enjoy! Add your projects to this Scratch studio: scratch.mit.edu/studios/32662603 Chapters 00:00 Introduction 01:55 Some small changes 02:27 Basic scrolling 04:57 Drawing only on-screen co...
How to Code Terrain Generation in Scratch
มุมมอง 31Kปีที่แล้ว
Terrain Generation in Scratch We'll write code to generate natural-looking 2D terrain in Scratch. This includes hills, valleys, lakes, trees, and multiple biomes. Please let me know if you would like to see more of these videos! In the future, we might add caves and ores, or maybe even turn this into a tile-based game! Upload your projects to this Scratch studio: scratch.mit.edu/studios/3266260...
Scratch RPG Expansion: Editor Improvements
มุมมอง 1.3Kปีที่แล้ว
In this episode of the Scratch RPG Expansion, expanding on Griffpatch's series, we make improvements to the level editor, including the ability to drag with our mouse to move the palette and the ability to change the palette width by dragging on its side. Scratch RPG Series: th-cam.com/play/PLy4zsTUHwGJJM6OFblu_t-5I5Yw5SxvhT.html Griffpatch: scratch.mit.edu/users/griffpatch/ My scratch profile:...
Tile Scrolling Platformer Expansion | Doors and Keys
มุมมอง 2.1Kปีที่แล้ว
Tile Scrolling Platformer Expansion | Doors and Keys
Tile Scrolling Platformer Expansion | Changing Backgrounds
มุมมอง 1.6Kปีที่แล้ว
Tile Scrolling Platformer Expansion | Changing Backgrounds
Tile Scrolling Platformer Expansion | Bullet Bills
มุมมอง 1.7Kปีที่แล้ว
Tile Scrolling Platformer Expansion | Bullet Bills
How to Make an Awesome Platformer in Scratch
มุมมอง 6292 ปีที่แล้ว
How to Make an Awesome Platformer in Scratch
Tile Scrolling Platformer Expansion | Crouch-Jumping, BIG Enemies, and More!
มุมมอง 1.7K2 ปีที่แล้ว
Tile Scrolling Platformer Expansion | Crouch-Jumping, BIG Enemies, and More!
Tile Scrolling Platformer Expansion | P-Switches
มุมมอง 2.5K2 ปีที่แล้ว
Tile Scrolling Platformer Expansion | P-Switches
Tile Scrolling Platformer Expansion | Conveyor Belts
มุมมอง 1.7K2 ปีที่แล้ว
Tile Scrolling Platformer Expansion | Conveyor Belts
Tile Scrolling Platformer Expansion | ON/OFF Blocks
มุมมอง 4.7K2 ปีที่แล้ว
Tile Scrolling Platformer Expansion | ON/OFF Blocks

ความคิดเห็น

  • @alvisegini859
    @alvisegini859 7 ชั่วโมงที่ผ่านมา

    add a like if the only pen block u knew to use was 'stamp' and 'erase all'

  • @alvisegini859
    @alvisegini859 7 ชั่วโมงที่ผ่านมา

    y do the trees not generate properly?

  • @toshiajolly6162
    @toshiajolly6162 20 ชั่วโมงที่ผ่านมา

    He sounds like a kid marge simpson with a less raspy voice

  • @cuentarandomxdrandomaccoun8909
    @cuentarandomxdrandomaccoun8909 3 วันที่ผ่านมา

    I'm making a bowser castle level but i don't have bowser or the firebars

  • @scratchislifeoriginal
    @scratchislifeoriginal 3 วันที่ผ่านมา

    He made "Stock Market"

  • @ScratchCraft2024
    @ScratchCraft2024 3 วันที่ผ่านมา

    Isn't this a rip-off of @Griffpatch paper Minecraft?

    • @FindingPepper
      @FindingPepper 3 วันที่ผ่านมา

      Nope. The code (except for collisions, which come from Griffpatch's Tile Scrolling Platformer tutorial) is mine

  • @Thecuberminecraftarchitect
    @Thecuberminecraftarchitect 4 วันที่ผ่านมา

    MY ONE DOSENT RESTORE BACK IT JUST ADDS MORE

  • @Coocoding
    @Coocoding 6 วันที่ผ่านมา

    Cool

  • @user-do7fi4li9r
    @user-do7fi4li9r 6 วันที่ผ่านมา

    love it

  • @user-do7fi4li9r
    @user-do7fi4li9r 7 วันที่ผ่านมา

    🤔 hi so today were gonna find a pepper

  • @aldyramaro5184
    @aldyramaro5184 7 วันที่ผ่านมา

    Dear FindingPepper, First and foremost, I would like to express my immense gratitude for the incredible content you shared in your game development video. I’m from Brazil, and I’ve been closely following your steps and tips as I create my own ERP game. Your tutorial in EP4 was particularly enlightening, and thanks to it, I managed to get my project working as demonstrated. However, like any developer, I encountered some challenges. I spent hours digging through the code, rewatching several times, and checking each part until I found the bugs. I even had to enable logs to identify the issue. Based on this experience, I’d like to ask for your assistance. Would it be possible to share screenshots of the source code from the project? This would greatly help me identify any potential errors and further enhance my work. I sincerely appreciate your generosity in sharing knowledge, and I’m eagerly looking forward to the continuation of your content. Keep up the excellent work! Best regards, Aldyr Amaro. 😉

    • @FindingPepper
      @FindingPepper 4 วันที่ผ่านมา

      Thanks, I'm very glad to hear you enjoyed it and it was useful to you! I don't have a great way of posting screenshots, however there is of course the video itself, which has footage of the code. I divide the video into chapters, so if there is a bug with a specific feature it's easier to tell where I show the code for that feature. In a perfect world, I would love for people to try to understand exactly what the code does and how it does this (although I know this may be a bit unrealistic). If you know this, bug fixing becomes easier, because you know what parts of the code to look at for issues. This can sometimes actually be quicker than rewatching the video, as small differences can be hard to spot. However, I've certainly experienced my fair share of bugs which took hours to solve and caused me a lot of mental pain, so there is not always an easy solution.

  • @TheKlad
    @TheKlad 7 วันที่ผ่านมา

    YAY!!!

  • @thekotkraft
    @thekotkraft 7 วันที่ผ่านมา

    Finally!

  • @JGAMES795
    @JGAMES795 7 วันที่ผ่านมา

    :)

  • @GFS_Gaming_
    @GFS_Gaming_ 8 วันที่ผ่านมา

    good

  • @Crafty_Jumper
    @Crafty_Jumper 9 วันที่ผ่านมา

    I love how in all of these the expansion item is named in the wood blocks

  • @MadnessMax1098
    @MadnessMax1098 14 วันที่ผ่านมา

    28:04 the entimy strite?

    • @FindingPepper
      @FindingPepper 14 วันที่ผ่านมา

      I can never quite make up my mind whether to call them entities or enemies... why not settle for both at the same time?

    • @MadnessMax1098
      @MadnessMax1098 13 วันที่ผ่านมา

      @@FindingPepper 😂😂😂

  • @user-ec2rc1jj8i
    @user-ec2rc1jj8i 15 วันที่ผ่านมา

    i thought finnaly found a good game...

  • @user-ec2rc1jj8i
    @user-ec2rc1jj8i 15 วันที่ผ่านมา

    get better my guy

    • @user-ec2rc1jj8i
      @user-ec2rc1jj8i 15 วันที่ผ่านมา

      trash game...

    • @user-ec2rc1jj8i
      @user-ec2rc1jj8i 15 วันที่ผ่านมา

      i know i am toxic but it is true...sry

  • @user-ec2rc1jj8i
    @user-ec2rc1jj8i 15 วันที่ผ่านมา

    WTF THIS GAME SUCKS I CAN'T EVEN PLAY IT JUST GIVE ME A RECTANGLE AND I CAN'T EVEN SEE THE KNIGHT, ALL THE INSECT ARE ALL RECTANGLE AND I CANT MOVE WITH ARROWS.GET BETTER MY GUY

    • @user-ec2rc1jj8i
      @user-ec2rc1jj8i 15 วันที่ผ่านมา

      i know i am toxic but it is true...sry

    • @FindingPepper
      @FindingPepper 14 วันที่ผ่านมา

      The project is very big so it's possible your computer can't load all the assets. Try using turbowarp to load it. There's a turbowarp link in the project accompanied by clear text which I imagine would be rather difficult to miss. Also this comment and your others are a bit overkill; one polite non-all-caps comment would do just fine in this situation.

    • @user-ec2rc1jj8i
      @user-ec2rc1jj8i 13 วันที่ผ่านมา

      @@FindingPepper sry i was just mab bc i finnally found a good game and it doesn't work...:)

  • @RealidadeMaxima
    @RealidadeMaxima 15 วันที่ผ่านมา

    Hey can you make thwomps, thwimps and wooden Spears in the next episode?

  • @Stuart-sj6gf
    @Stuart-sj6gf 16 วันที่ผ่านมา

    mango

  • @Stuart-sj6gf
    @Stuart-sj6gf 16 วันที่ผ่านมา

    mango

  • @Albericbaboin
    @Albericbaboin 18 วันที่ผ่านมา

    Cool! Can u try to create a chess engine and AI in scratch?

  • @GFS_Gaming_
    @GFS_Gaming_ 19 วันที่ผ่านมา

    pls part 3

    • @FindingPepper
      @FindingPepper 19 วันที่ผ่านมา

      There is a part 3...

  • @GFS_Gaming_
    @GFS_Gaming_ 19 วันที่ผ่านมา

    plss part 2

  • @gracianacommentorsub2383
    @gracianacommentorsub2383 หลายเดือนก่อน

    replace the player with something else because you just stole griffpatch's RPG player so FIX NOW

    • @user-xy5sv2ih6j
      @user-xy5sv2ih6j หลายเดือนก่อน

      the player model is from a Vryell not griffpatch

    • @FindingPepper
      @FindingPepper 29 วันที่ผ่านมา

      It's not stealing as the assets are free. If you want a different player sprite though I encourage you to find one!

    • @theepicgamer1496
      @theepicgamer1496 28 วันที่ผ่านมา

      Karen alert

    • @SnehaPillai-yc1ub
      @SnehaPillai-yc1ub 23 วันที่ผ่านมา

      @@theepicgamer1496 yes lol

  • @Quake_129
    @Quake_129 หลายเดือนก่อน

    ive been waiting for this

  • @ThatGeometryDude
    @ThatGeometryDude หลายเดือนก่อน

    hello

    • @FindingPepper
      @FindingPepper 29 วันที่ผ่านมา

      hi

    • @ThatGeometryDude
      @ThatGeometryDude 29 วันที่ผ่านมา

      @@FindingPepper thoughts on expanding griffpatch's RPG series to add NPCs, houses/shops, etc.?

    • @FindingPepper
      @FindingPepper 28 วันที่ผ่านมา

      @@ThatGeometryDudeThe thing is, I haven't actually been following that series (at least recently, I stopped on like episode 7 or something), so this is why I haven't. But I might in the future.

    • @ThatGeometryDude
      @ThatGeometryDude 28 วันที่ผ่านมา

      @@FindingPepper Ah ok, he only ended up making 11 episodes

  • @benjaminpalad3589
    @benjaminpalad3589 หลายเดือนก่อน

    how are u going up and down without making a room for going up and down

  • @realafarzan
    @realafarzan หลายเดือนก่อน

    MAN I MISSED THESE SO MUCH WE'RE SO BAACKCK