Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I make 3D games with Scratch?
- WeepingEdge
-
9 posts
How do I make 3D games with Scratch?
Hey there!
I have an assignment to make a game using Scratch. I want mine to be better than the projects made by others. So I'm here to ask you, from the Scratch Forums.
Everyone knows that it is difficult to make 3D in scratch, and I thought my game would win if I have complex codes in it. So my question is simple, how do I make 3D in scratch?
Should I use isometric 3D? and How should I implement it?
Or are there better methods?
I've seen many tutorials but they are very time taking. And plus they don't suit my style of game. For example, 3D ray-casting is a method to make 3D games, but you if you want to make a game like a shooter game, or a runner game, then its not applicable. Please help me. Coding examples and explanations will be helpful.
I have an assignment to make a game using Scratch. I want mine to be better than the projects made by others. So I'm here to ask you, from the Scratch Forums.
Everyone knows that it is difficult to make 3D in scratch, and I thought my game would win if I have complex codes in it. So my question is simple, how do I make 3D in scratch?
Should I use isometric 3D? and How should I implement it?
Or are there better methods?
I've seen many tutorials but they are very time taking. And plus they don't suit my style of game. For example, 3D ray-casting is a method to make 3D games, but you if you want to make a game like a shooter game, or a runner game, then its not applicable. Please help me. Coding examples and explanations will be helpful.
- Canada-RedBeard
-
69 posts
How do I make 3D games with Scratch?
you could draw 3D lines to make a shape. it would be suitble for lots of things, plus if you outlined all the 3D shapes, it would have good pixel resolution. you might also be able to make it run smoothly. i hope this is handy.
Last edited by Canada-RedBeard (Sept. 16, 2023 14:31:07)
- LukeElemental
-
31 posts
How do I make 3D games with Scratch?
Last edited by LukeElemental (Sept. 16, 2023 14:41:24)
- WeepingEdge
-
9 posts
How do I make 3D games with Scratch?
Thanks! But I don't no how to implement this. Do you have any like code to implement this? you could draw 3D lines to make a shape. it would be suitble for lots of things, plus if you outlined all the 3D shapes, it would have good pixel resolution. you might also be able to make it run smoothly. i hope this is handy.
- WeepingEdge
-
9 posts
How do I make 3D games with Scratch?
And I'm more interested in an isometric style game as I think it perfectly suits the game I want to make you could draw 3D lines to make a shape. it would be suitble for lots of things, plus if you outlined all the 3D shapes, it would have good pixel resolution. you might also be able to make it run smoothly. i hope this is handy.
- Lemoneer
-
63 posts
How do I make 3D games with Scratch?
Isometric games are nearly the same as top-down games, except controls involve moving diagonally, and some sprites are layered on top of each other. If you could design a sprite that can look up-right, down-right, up-left, and down-left, then all you have to do then is make the controls. For example, if you want the player to move up-right, you can try something like this:
However, if you want to make a scrolling isometric game, I'm not sure I can help with that much.
This moves the player diagonally, making the isometric grid composed of 2 by 1 rhombuses.
However, if you want to make a scrolling isometric game, I'm not sure I can help with that much.
- 09878901234321
-
500+ posts
How do I make 3D games with Scratch?
I recommend the tutorial by @CodingBio
Last edited by 09878901234321 (Sept. 16, 2023 17:10:28)
- WeepingEdge
-
9 posts
How do I make 3D games with Scratch?
@CodingBioI tried the tutorial, I'm still making it but boy is it noice! I recommend the tutorial by
- cHeEesELoVeR
-
41 posts
How do I make 3D games with Scratch?
then do the same for y and x just for up do -2 for down do 2
and for right -2 left is 2
Last edited by cHeEesELoVeR (Jan. 20, 2024 12:17:22)
- BushStrike
-
0 posts
How do I make 3D games with Scratch?
Yes its very difficult to make a 3D game from scratch. Im a new coder from scratch. Hope you have a good day
- TheNoisyNoisy
-
100+ posts
How do I make 3D games with Scratch?
yall his account got deleted
- UmiiXD
-
7 posts
How do I make 3D games with Scratch?
idk
Last edited by UmiiXD (July 1, 2024 01:29:08)
- zonloll
-
1 post
How do I make 3D games with Scratch?
dunno
Last edited by zonloll (July 1, 2024 01:43:15)
- TheCreatorOfUnTV
-
1000+ posts
How do I make 3D games with Scratch?
Or @CodingBio. do tutorial from @MathMathMath
Anyway, reporting to be closed due to the topic being old.
- Discussion Forums
- » Help with Scripts
-
» How do I make 3D games with Scratch?