- Видео 35
- Просмотров 229 831
FindingPepper
США
Добавлен 9 окт 2021
I love coding, and make scratch tutorials, some of which are additions to series made by the youtuber Griffpatch.
I try to post videos every Sunday (we'll see how long I actually keep that up).
I try to post videos every Sunday (we'll see how long I actually keep that up).
Perlin Noise in Scratch E3: Seeds, Chunks and Layered Noise
Improvements to 3D Perlin Noise Terrain in Scratch
In this video we will add seeds, layered noise, and chunks to our Scratch terrain generator.
Perlin Noise playlist: ruclips.net/p/PLEeMRpl6b1jH4bYJDYUWz-aXYqvzJQQ0H
Perlin Noise Scratch Studio (please add your projects!): scratch.mit.edu/studios/35662129
LCG Wikipedia page: en.wikipedia.org/wiki/Linear_congruential_generator
In this video we will add seeds, layered noise, and chunks to our Scratch terrain generator.
Perlin Noise playlist: ruclips.net/p/PLEeMRpl6b1jH4bYJDYUWz-aXYqvzJQQ0H
Perlin Noise Scratch Studio (please add your projects!): scratch.mit.edu/studios/35662129
LCG Wikipedia page: en.wikipedia.org/wiki/Linear_congruential_generator
Просмотров: 2 657
Видео
How to Render 3D Terrain in Scratch | Perlin Noise Generation E2
Просмотров 4,6 тыс.2 месяца назад
How to Generate 3D Perlin Noise Terrain in Scratch In this video we will cover rendering the terrain we learned how to generate last episode in 3D. We will discuss 3D projection, layering, and camera movement. Perlin Noise playlist: ruclips.net/p/PLEeMRpl6b1jH4bYJDYUWz-aXYqvzJQQ0H Perlin Noise Scratch Studio (please add your projects!): scratch.mit.edu/studios/35662129 3D projection tutorial by...
Results of the Pepper Game Jam - Scratch Game Competition
Просмотров 1 тыс.2 месяца назад
A review of the submissions for the Pepper Game Jam, a Scratch game competition. See the submissions here: scratch.mit.edu/studios/35499189/ Music from Wynncraft, orchestrated by Pixelstring: ruclips.net/video/l9t9kMyiabA/видео.html ruclips.net/video/AEmkxEopV8Y/видео.html ruclips.net/video/ATs_FovppYE/видео.html ruclips.net/video/MjlCgUE94xI/видео.html ruclips.net/video/Qa-ojY5P9NA/видео.html ...
How to Generate 3D Terrain in Scratch Using Perlin Noise
Просмотров 9 тыс.2 месяца назад
How to Generate 3D Perlin Noise Terrain in Scratch In this video we will code basic terrain generation using an algorithm called Perlin noise. In part 2 (the next video) we will cover how to render this terrain in 3D. Perlin Noise playlist: ruclips.net/p/PLEeMRpl6b1jH4bYJDYUWz-aXYqvzJQQ0H Perlin Noise Scratch Studio (please add your projects!): scratch.mit.edu/studios/35662129 Sources/image cre...
Minecraft in Scratch E4 | Building and Inventory
Просмотров 9 тыс.2 месяца назад
In this video we will add breaking and placing blocks to our 3D Scratch Minecraft game, as well as a simple inventory. We will also add a creative mode which allows access to all blocks. Playlist: ruclips.net/p/PLEeMRpl6b1jGHXbjjx1oWXXTAXlkbhCKg Assets project: scratch.mit.edu/projects/679732697/ Add your projects to this studio: scratch.mit.edu/studios/35495336 Chapters 00:00 Intro 01:56 Break...
Tile Scrolling Platformer Expansion | Water
Просмотров 1,3 тыс.2 месяца назад
In this Episode of my Tile Scrolling Platformer Expansion where I expand on Griffpatch's series, I show you how to add water and aquatic enemies to the tile scrolling platformer. Enjoy! Tile scrolling Platformer Expansion Playlist: ruclips.net/p/PLEeMRpl6b1jEs7QAIGqeyEoKJnonyf9QS Griffpatch's Tile Scrolling Platformer Tutorial: ruclips.net/p/PLy4zsTUHwGJIc90UaTKd-wpIH12FCSoLh Assets Project (Ba...
Minecraft in Scratch E3 | Player: Collisions and Gravity
Просмотров 8 тыс.2 месяца назад
Minecraft in Scratch E3 | Player: Collisions and Gravity In this video we will code collisions, gravity, and mouse-controlled camera movement. Playlist: ruclips.net/p/PLEeMRpl6b1jGHXbjjx1oWXXTAXlkbhCKg Scratch Studio: scratch.mit.edu/studios/35495336/ Chapters 00:00 Intro 00:17 Player position variables 01:56 Collision expanation 04:20 Collision 08:36 Player width, height, and depth 12:14 Gravi...
Minecraft in Scratch E2 | Texturing Blocks and Optimization
Просмотров 15 тыс.4 месяца назад
In this video we will use image scanning to texture our blocks. We will also optimize raycasting so the project runs faster. Playlist: ruclips.net/p/PLEeMRpl6b1jGHXbjjx1oWXXTAXlkbhCKg Image Scanner: scratch.mit.edu/projects/688745226/ Textures: scratch.mit.edu/projects/679732697/ Scanner Tutorials (You should watch these!): ruclips.net/video/aBTh756kCZw/видео.html ruclips.net/video/3lz1nylUHiY/...
How to Make a 3D Game in Scratch | Minecraft in Scratch E1
Просмотров 74 тыс.4 месяца назад
In this video we will code a 3D Renderer which we'll use to display 3D blocks. In future episodes we will work on turning this into an actual game like Minecraft. This tutorial uses raycasting/raymarching, a method of casting rays from the camera and recording what they hit. Chapters 00:00 Intro and explanations 04:12 Grid 08:40 Collision detection 10:40 Camera variables 11:40 Ray movement expl...
How to Code Paper Minecraft in Scratch | Breaking and Placing - Episode 6
Просмотров 2,2 тыс.4 месяца назад
How to code breaking, placing, and item drops in Paper Minecraft in Scratch - Paper Minecraft Episode 6 This episode we'll add breaking and placing blocks, as well as item drops. This will make our previously quite boring "game" into something a bit more fun to play. Add your projects to this Scratch studio: scratch.mit.edu/studios/32662603 See an example of this in my Paper Minecraft game: scr...
Tile Scrolling Platformer Expansion | Warp Pipes
Просмотров 1,5 тыс.4 месяца назад
In this Episode of my Tile Scrolling Platformer Expansion where I expand on Griffpatch's series, I show you how to add warp pipes to the tile scrolling platformer. We'll use a system involving placing arrows to indicate which pipes can be entered and where they lead, allowing for a high amount of control over your pipes. Enjoy! Tile scrolling Platformer Expansion Playlist: ruclips.net/p/PLEeMRp...
How to Code a Dungeon Crawler RPG in Scratch | Combat
Просмотров 8525 месяцев назад
We'll continue making a dungeon crawler style RPG in Scratch. Episode 5 is the longest one yet, covering swords, enemy attacks, a health bar, spawnpoints, and more! We'll even cover a potion mechanic which allows you to heal after collecting enough potion drops from enemies. Get your assets here: scratch.mit.edu/projects/679732697/ Add your projects to this studio: scratch.mit.edu/studios/35273...
How to Code Paper Minecraft in Scratch | Player - Episode 5
Просмотров 1,6 тыс.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/8746...
How to Code a Dungeon Crawler RPG in Scratch | Enemies
Просмотров 9686 месяцев назад
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
Просмотров 1,3 тыс.6 месяцев назад
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
Просмотров 1,2 тыс.6 месяцев назад
Tile Scrolling Platformer Expansion | Solid Entities
How to Code a Dungeon Crawler RPG in Scratch | Saving and Loading Rooms
Просмотров 9267 месяцев назад
How to Code a Dungeon Crawler RPG in Scratch | Saving and Loading Rooms
Player Movement and Collisions in Scratch | Dungeon Crawler RPG Episode 2
Просмотров 1,3 тыс.7 месяцев назад
Player Movement and Collisions in Scratch | Dungeon Crawler RPG Episode 2
How to Make a Dungeon Crawler RPG in Scratch | Episode 1: Building a Room
Просмотров 4,3 тыс.7 месяцев назад
How to Make a Dungeon Crawler RPG in Scratch | Episode 1: Building a Room
World Updates - Terrain Generation Episode 4
Просмотров 1,7 тыс.Год назад
World Updates - Terrain Generation Episode 4
How to Generate Paper Minecraft Terrain in Scratch - Terrain Generation Episode 3
Просмотров 4,4 тыс.Год назад
How to Generate Paper Minecraft Terrain in Scratch - Terrain Generation Episode 3
Hollow Knight: Forgotten Crossroads - In Scratch - Release Trailer
Просмотров 7 тыс.Год назад
Hollow Knight: Forgotten Crossroads - In Scratch - Release Trailer
Tile Scrolling Platformer Expansion | Grabbable Objects | Part 2
Просмотров 1,6 тыс.Год назад
Tile Scrolling Platformer Expansion | Grabbable Objects | Part 2
Tile Scrolling Platformer Expansion | Grabbable Objects | Part 1
Просмотров 1,7 тыс.Год назад
Tile Scrolling Platformer Expansion | Grabbable Objects | Part 1
Terrain Generation in Scratch - Caves and Ores
Просмотров 8 тыс.Год назад
Terrain Generation in Scratch - Caves and Ores
How to Code Terrain Generation in Scratch
Просмотров 42 тыс.Год назад
How to Code Terrain Generation in Scratch
Scratch RPG Expansion: Editor Improvements
Просмотров 1,5 тыс.2 года назад
Scratch RPG Expansion: Editor Improvements
Tile Scrolling Platformer Expansion | Doors and Keys
Просмотров 2,6 тыс.2 года назад
Tile Scrolling Platformer Expansion | Doors and Keys
Tile Scrolling Platformer Expansion | Changing Backgrounds
Просмотров 2,1 тыс.2 года назад
Tile Scrolling Platformer Expansion | Changing Backgrounds
Tile Scrolling Platformer Expansion | Bullet Bills
Просмотров 2,3 тыс.2 года назад
Tile Scrolling Platformer Expansion | Bullet Bills
How could you generate a village. I already have randomly generating terrain. And by the way I am not talking about villagers just the village buildings.
When the p-switch is on, and you die; the p-switch sound still plays. This might be a mistake in my part(which it probably is) but do you guys experience this bug too? And if you do, do you guys have any idea on how to fix it?
hello everyone. Have you been experiencing the glitch where when u pick the koopa shell, and throw it, it doesnt kill enemies... does anyone know how to fix it
Omg sameeeee, but because this video is a year old, I don’t think anyone will see this comment.
Never mind, by supersta1, at the bottom of this videos comment section he asks to implement checkpoints, scroll down to the replies of that comment and someone says how to fix that glitch!
thx
@@neilnickexperiments8913 but it doesnt work
@@neilnickexperiments8913 and also do u know how to fix the glitch when koopa touches coins it doesnt collect some of them
But You Can Use The Tubro Mode It's Easy
Hello FindingPepper I recently finished this tutorial and it is very cool and helpful, but when I jump on the jump through moving platforms in instantly kills Mario does anyone know how to fix that?
My camera rotation vertical is not work😢😢😢
i think you need to have more than 2,3k subs (26.10.24) but you are making a pretty good job. You should get more subs!
"I said we weren't going to make variables, buuuuut...." says that for the 4th time
I only got towers as a result, please help TToTT
Mine is going to be a Terraria world
Cool!
Uh, for some reason it isn’t working. I did EVERYTHING right. Where are the blocks?
I got problem with a movement 😅😅
hey can you make a video on how to implement running because its involved in smb3
I don't know why, but I feel like I've copied it block for block but the caves just aren't generating
i wanted the project plssss
My SCRATCH ISN'T WORKING I COPIED IT BLOCK 4 BLOCK !!!!!!!!!
How do u even know which variable goes with what? ITS AMAZING
SO MANY VARIABLES I make so many mistakes >:(
Incredible project bro congratulations you are the best 😎😎😎
Hello! This is also a really good video, I'm loving this series (sorry for long delay)
I think this shows that with the worst programation you can do ANYTHING in the world
There is a bug where when you place the block in the boundaries of the grid It loops to the first grid index and places the block there
My blocks are only rendering in the top left quarter of the screen.
Hey, are you going to do a tutorial involving entities in the future?
I have one slightly complicated request. What if you made ceiling slopes, sharp slopes (opposite ratio to gentle slopes) and ceiling sharp slopes?
Yo bro can you help me im trying to code it that it place blocks when i click space
Episode 4 covers that
Finally! I will use this for my Super Troops' Adventure sequel
Which video editor do you use
Which Video editor do you use??
Pepper can you make a new sprite called main loop in our 3d minecraft game like in all your tutorials??
And also FindingPepper I added the Fire Mario Holding throw animation but the thing is sometimes it doesnt summon the fire ball
Idea: can you add 🐢Koopa Paratroopas and Koopa Troopas (those fire koopas) and venus firetraps?
How are you going to make the world infinite? I am eager to watch your next video
3 weeks
im so busy i took 3 days to finish this episode
make ep5
when i use this code all the blocks are not where you demonstrated I have to change my CRH to 25 -27 to see them and they are at the bottom left this is like the 4 time i rewatched this episode and my code is exactly like yours can you check if your code still works please
If you ever comeback, please add a power-up that gives the player the ability to dig through walls, or maybe one that give the player the ability to fly because almost every Mario game has a flight power-up. I'm not begging, it's just an idea I'm giving you.
I require special assistance Everything works except the gradients and the correct position of the cells mine is like an unsolved and textured puzzle! Where can I find the areas of the work here?
Question---> Do you know 3D better than 2D?
Nope, I consider myself somewhat of an amateur at 3D
@@FindingPepper Subscriber=earned (I subscribed to you on all my accounts. You are worth my time! (nice accent) HeHeHe.
My shapes don't render why?
even mine are not rendering
Plsss add portals to tile scrolling expansion