Discuss Scratch
- Discussion Forums
- » Project Ideas
- » How do I make game like minecraft?
- TheCuteNoobyBlu
-
6 posts
How do I make game like minecraft?
How do I make a game like minecraft?

- meowflash
-
500+ posts
How do I make game like minecraft?
This post goes in Help With Scripts.
- awsomedogdude123
-
2 posts
How do I make game like minecraft?
How do you create Mnecraft 2D version? I am very curious. I have been always so faatenated that you can make a copy of it. Do you know who made the real Minecraft?
- k9lego
-
1000+ posts
How do I make game like minecraft?
Mojang. How do you create Mnecraft 2D version? I am very curious. I have been always so faatenated that you can make a copy of it. Do you know who made the real Minecraft?
- childishbeat
-
56 posts
How do I make game like minecraft?
Search How to make a Minecraft game in Scratch on YouTube
- typemaster
-
100+ posts
How do I make game like minecraft?
Generate blocks like this:
Make Steve walk like this:
etc.
Make Steve walk like this:
- Elibelly1234
-
100+ posts
How do I make game like minecraft?
my Collab that im in is making a Minecraft ready set go check it out if you like click here to go to it
- braxbroscratcher
-
1000+ posts
How do I make game like minecraft?
I am making a terraria game, (a 2d minecraft) so would you like to check it out? You can get a link on my profile under What I am Working On.
- smiley_face_101
-
41 posts
How do I make game like minecraft?
Check out this. http://scratch.mit.edu/projects/21567535/
- Chikmii
-
4 posts
How do I make game like minecraft?
My browser / operating system: Windows 7, Chrome 35.0.1916.114, Flash 13.0 (release 0)
- oplu7
-
7 posts
How do I make game like minecraft?
If you want to make minecraft, make millions of pounds/dollars and use C++ not Scratch. It is too slow
- awesomegames123
-
100+ posts
How do I make game like minecraft?
oplu7 said that you should use cou ld use cplus plus ( i can't find the plus key on my keyboard) yes that is true, but scratch is much better as that is horribly complicated, scratch is for fun and to get a sense of programming
- hulkiki
-
14 posts
How do I make game like minecraft?
hoowwwwwwwwwww do you make minecraft
- OctopusRave
-
17 posts
How do I make game like minecraft?
Better script for jumping: Generate blocks like this:etc.
Make Steve walk like this:
I'm pretty sure that's how it's done. Might be wrong, I have difficulty remembering the exact script. Hope this helps, anyways.
Last edited by OctopusRave (June 3, 2014 20:27:21)
- OctopusRave
-
17 posts
How do I make game like minecraft?
IF you actually try to learn C++, it isn't as complicated as you think. Ruby is also a fun language. With scratch, the only thing that makes it easier is that the code is put into block form. For example, I'll show you the Java translation of a scratch block. oplu7 said that you should use cou ld use cplus plus ( i can't find the plus key on my keyboard) yes that is true, but scratch is much better as that is horribly complicated, scratch is for fun and to get a sense of programming
//This is the Java translation
{
if
}
console.log(var Name == Blah);
else
At least I'm pretty sure that's how it is done. I code in Ruby, so I'm not to sure how Java works.
- Codeplayer
-
10 posts
How do I make game like minecraft?
Actually what you would do is
For steve to move, you will have to make the costumes though. Hope this helps. Also you will have to clone the blocks.
For steve to move, you will have to make the costumes though. Hope this helps. Also you will have to clone the blocks.
Last edited by Codeplayer (June 5, 2014 00:08:00)
- Discussion Forums
- » Project Ideas
-
» How do I make game like minecraft?