Frontendmasters Courses
898 subscribers
1 photo
7.9K videos
2.04K links
#frontendmasters courses

source: https://frontendmasters.com/courses

Channel for automated uploaded courses from frontendmasters.com

Our Channels:
@vue_courses
@vue_updates

Contacts:
@Black_Yuzia
Download Telegram
Media is too big
VIEW IN TELEGRAM
6. Creating a Game Character
Steve demonstrates creating a custom sprite by utilizing the paint option.
-
https://scratch-workshop.vercel.app/creating-a-sprite
#lesson
Media is too big
VIEW IN TELEGRAM
7. Game Movement Exercise
Steve creates the initial game loop and instructs students to implement the ability for the sprite to move up and down on the stage.
#lesson
Media is too big
VIEW IN TELEGRAM
8. Game Movement Solution
Steve discusses common problems when using custom sprites and walks through some possible solutions to the game movement exercise.
-
https://scratch-workshop.vercel.app/adding-vertical-movement
#lesson
Media is too big
VIEW IN TELEGRAM
9. Moving the Taco & Adding a Score
Steve adds movement to the taco and creates a Score variable that keeps track of the game score.
-
https://scratch-workshop.vercel.app/randomly-moving-the-prize
#lesson
Media is too big
VIEW IN TELEGRAM
10. Increasing Speed & Edge Detection
Steve demonstrates increasing the player's sprite movement speed when the score increases and restricting where the taco can move. Ending the game when the player hits the edge of the stage is also covered in this segment.
-
https://scratch-workshop.vercel.app/making-the-game-progressively-faster
#lesson
Media is too big
VIEW IN TELEGRAM
11. Adding Enemies
Steve creates an enemy that chases the player's sprite around the stage and ends the game if the player's sprite touches it. Creating clones of the enemy that also chase the player is also covered in this segment.
-
https://scratch-workshop.vercel.app/adding-enemies
#lesson
Media is too big
VIEW IN TELEGRAM
12. Adjusting the Difficulty
Steve adjusts the game difficulty by creating an enemy clone every three points instead of every point.
-
https://scratch-workshop.vercel.app/using-modulo
#lesson
Media is too big
VIEW IN TELEGRAM
13. Broadcasting Messages
Steve demonstrates broadcasting messages and shows how sprites can listen for specific messages and execute code when they receive the intended message.
-
https://scratch-workshop.vercel.app/broadcasting
#lesson
Media is too big
VIEW IN TELEGRAM
14. Using Lists
Steve discusses creating and looping through lists in Scratch, which have a similar function to arrays.
-
https://scratch-workshop.vercel.app/variable-lists
#lesson
Media is too big
VIEW IN TELEGRAM
15. Falling with Velocity
Steve demonstrates implementing some simple game physics by creating a velocity variable to increase the speed of a falling sprite.
-
https://scratch-workshop.vercel.app/falling
#lesson
Media is too big
VIEW IN TELEGRAM
16. Custom Blocks
Steve implements a falling loop with random x positioning for the apple sprite. Creating custom reusable code blocks to avoid building the same code multiple times is also covered in this segment.
-
https://scratch-workshop.vercel.app/reusable-code-with-blocks
#lesson
Media is too big
VIEW IN TELEGRAM
17. Player Sprite Practice
Steve instructs students to add a playable sprite that falls to the ground and can walk left and right. Steve then walks through setting up the player sprite and demonstrates multiple options for detecting when a sprite touches the ground.
#lesson
Media is too big
VIEW IN TELEGRAM
18. Collecting Apples & Adding Enemies
Steve implements the ability to collect apples and adds falling enemies for the player to avoid.
-
https://scratch-workshop.vercel.app/adding-enemies-to-raining-apples
#lesson
Media is too big
VIEW IN TELEGRAM
19. Create a Jumping Movement
Steve implements the ability for a sprite to jump with velocity and detect when it touches the ground.
-
https://scratch-workshop.vercel.app/creating-a-jumping-movement
#lesson
Media is too big
VIEW IN TELEGRAM
20. Adding & Removing Obstacles
Steve adds obstacles that move across the stage for players to jump over. Removing the obstacles when the reach the edge of the stage is also covered in this segment.
-
https://scratch-workshop.vercel.app/adding-and-removing-obstacles
#lesson
Media is too big
VIEW IN TELEGRAM
21. Game Over Screen
Steve demonstrates utilizing a combination of collision detection, broadcasting messages, and hiding and showing sprites to create a game over screen.
-
https://scratch-workshop.vercel.app/broadcasting-a-message
#lesson
Media is too big
VIEW IN TELEGRAM
22. Game Start and End Actions
Steve implements the game's start screen and the ability to restart the game when the game ends. A discussion regarding using similar actions for level design is also covered in this segment.
#lesson
Media is too big
VIEW IN TELEGRAM
23. Moving with Velocity
Steve demonstrates adding velocity to movement by implementing acceleration and deceleration to the sprite's horizontal movements.
-
https://scratch-workshop.vercel.app/moving-with-velocity
#lesson
Media is too big
VIEW IN TELEGRAM
24. Velocity Practice
Steve instructs students to utilize the concepts covered in the previous lesson to implement velocity for the sprite's up and down movements. A possible solution is also covered in this segment.
#lesson
Media is too big
VIEW IN TELEGRAM
25. Creating Platformer Hero
Steve creates the hero sprite and backdrop for the platformer game. Implementing a code block that fixes the sprite falling into the ground without showing the sprite movement is also covered in this segment.
#lesson
Media is too big
VIEW IN TELEGRAM
26. Platform Collision Detection
Steve implements the ability for the hero sprite to jump and discusses the pseudo-code for improving the previously created "fix landing" code block.
-
https://scratch-workshop.vercel.app/using-a-custom-block-to-fix-our-landing
#lesson