Make 3D Minecraft With Scratch.

by chenuankuan in Circuits > Software

621 Views, 2 Favorites, 0 Comments

Make 3D Minecraft With Scratch.

螢幕擷取畫面 2023-02-23 213600.png

1.Scratch

2.A Computer

Creating a Tree

螢幕擷取畫面 2023-02-23 214621.png
螢幕擷取畫面 2023-02-23 215001.png
螢幕擷取畫面 2023-02-23 215349.png
  1. Click on "Choose a sprite" and select the sprite you want to edit.
  2. Click on "Paint" to open the sprite editor.
  3. Select the color that you want to use by clicking on the color palette.
  4. Using the shape tool, draw some squares on the canvas.
  5. Adjust the size and position of the squares as desired.
  6. Repeat step 3 to change the color of each square.

Creating a Hand

螢幕擷取畫面 2023-02-23 214621.png
螢幕擷取畫面 2023-02-23 220240.png
螢幕擷取畫面 2023-02-23 220337.png
螢幕擷取畫面 2023-02-23 220427.png
螢幕擷取畫面 2023-02-23 220938.png
螢幕擷取畫面 2023-02-23 220557.png
  1. Click on "Choose a sprite" and select the sprite you want to edit.
  2. Click on "Paint" to open the sprite editor.
  3. Change the line thickness
  4. Using the shape tool, draw some line on the canvas.(three lines==>four lines)
  5. Fill color into the drawing.


Creating a Cross Hair

螢幕擷取畫面 2023-02-23 214621.png
螢幕擷取畫面 2023-02-23 220240.png
螢幕擷取畫面 2023-02-23 221702.png
螢幕擷取畫面 2023-02-23 221851.png
  1. Click on "Choose a sprite" and select the sprite you want to edit.
  2. Click on "Paint" to open the sprite editor.
  3. Change the line thickness
  4. Using the shape tool, draw some line on the canvas.(two lines)
  5. Change the coordinates to (0,0).


Creating the Program(Tree)

螢幕擷取畫面 2023-02-23 222047.png

We can use changes in tree size and position to create a 3D world effect.We use the WASD keys to control the size and position of the tree , and you can initially set the trees to suitable positions and sizes.


Use conditional(control) and detection(sensing) programs to control the size (looks) and position(motion) of the trees.


Done

Congratulations on completing the 3D Minecraft project using Scratch! Your creativity and hard work have paid off, and we're excited to see what you've created. Now it's time to put your project to the test and see it in action. We encourage you to run your program and experience the 3D world you've created. Keep exploring and experimenting, and who knows what amazing things you'll be able to create next!

Sample Program:https://scratch.mit.edu/projects/426539216