Discuss Scratch

brickandsand
Scratcher
14 posts

Minecraft 3D

I want to make Minecraft 3D in scratch
What is minecraft:
Minecraft is a block based popular 3D game
My task:
to make 3D minecraft (not the illusion type)
I also want to try to make it as simple as possible
if possible can you make it with random world generation and working mob AI
I wonder when there is a time in scratch where we can make this using one script or a little more
you can post your ideas on this studio https://scratch.mit.edu/studios/33746998/
thanks,
NotK3ndricAlt
Scratcher
1000+ posts

Minecraft 3D

Minecraft is already 3D like you said. Why not play the actual game instead?
brickandsand
Scratcher
14 posts

Minecraft 3D

NotK3ndricAlt,as you have said ,i do agree Minecraft is 3D but i am trying to recreate it in scratch
someone176328765
Scratcher
11 posts

Minecraft 3D

@griffpatch probably has some kind of tutorial on how to make 3D games
ifnotcandoitbyyourselfthengotogriffpatch
brickandsand
Scratcher
14 posts

Minecraft 3D

but his tutorial has does not have:
Block breaking
Block placing ground blocks etc
Koamodo975
Scratcher
1000+ posts

Minecraft 3D

brickandsand wrote:

but his tutorial has does not have:
Block breaking
Block placing ground blocks etc
Because that'll blow up your computer. Scratch can hold big projects, but full Minecraft is about as easy as implementing VR.
DerekCoding4
Scratcher
25 posts

Minecraft 3D

Use Griffpatch's 3d Tutorial
whenclickedsayWatch The TutorialifYou Cannot Watch=lazynessthenaddRemix Some Minecraft Projectstolist
bsteichman
Scratcher
500+ posts

Minecraft 3D

everyone here is saying to use griffpatch's 3D tutorial, but his tutorial is a raycaster, not true 3D. making true 3D is incredibly hard, but I will start you off with this code which takes a 3D coordinate and camera position, and translates it to an on-screen coordinate, from there you use those points to draw triangles and make meshes, then sort the triangles such that the ones closer get drawn last.

definegoto3Dwithcamerapos:camxcamycamzrotation:left/rightup/downpoint:txtytzsetdxtotx-camx*cosofleft/right-tz-camz*sinofleft/rightsetdytoty-camysetdztotx-camx*sinofleft/right+tz-camz*cosofleft/rightsetdytody*cosofup/down-dz*sinofup/downsetdztoty-camy*sinofup/down+dz*cosofup/downifdz<0thensetbehind camerato1point is behind camera and should not be renderedgotox:dx*240/dzy:dy*240/dz
Norse7
Scratcher
100+ posts

Minecraft 3D

Those people who made Minecraft in scratch are incredibly good programmers. It is pushing the limits of Scratch just by making a 3D game, much less Minecraft. Basically, I am trying to say that it is impossible for most people. You could still try it though!
bituanlinh
Scratcher
1 post

Minecraft 3D

DerekCoding4 wrote:

Use Griffpatch's 3d Tutorial
whenclickedsayWatch The TutorialifYou Cannot Watch=lazynessthenaddRemix Some Minecraft Projectstolist

Powered by DjangoBB