Minecraft in Makecode Arcade!

I have begun work on a Minecraft replica.

Any Suggestions?

8 Likes

Not bad, and I do have suggestions. This game looks really good, however, I can’t mine or craft, so I will take that as a sign you are currently working on it. Also, can you make it to where the second player shows up if requested? Maybe from a menu option? Keep working on this game, it looks really well done so far!

The graphics look great!

Yes, it is a work in progress, and a homescreen is coming! I would want your opinion on whether it should have 1, 2, 3, or 4 players

  • 1
  • 2
  • 3
  • 4
0 voters
1 Like

If your splitting the screen like this, I recommend changing the Resolution, depending on how many players are in.

I think I would prefer two player, but that’s just me personally

If you want you can use my code that splits the screen to how many players are in the game. If 3 are in, the 4 goes to a random player.

Question of curiosity, how do I change the resolution?

I’m actually thinking that it’ll just be tv static, or the title screen.

namespace userconfig {
export const ARCADE_SCREEN_WIDTH =320
export const ARCADE_SCREEN_HEIGHT = 240
}
if you go into javascript and paste this at the top you can change the numbers to get any size you want

2 important things

  1. Make a backup of any game before you swap from blocks to java or back

2. you cant have split screen and screen size code at the same time for other players it just becomes a black screen

But you can still get more screen space another way Via 8x8 tiles


This extension allows you to use 8x8 tiles insted of 16x16

2 Likes

Update v0.1.1
What’s New!
-Modified Colors
-Updated Animations (Mainly small and unnoticeable changes)
-Home Screen!

1 Like

You mean like how big the screen is?

If so...

Copy and paste this piece into JavaScript code and edit it to your heart.

namespace userconfig {
export const ARCADE_SCREEN_WIDTH = 160
export const ARCADE_SCREEN_HEIGHT = 120
}

However…

I’ve hit a roadblock… I want my character to ā€˜jump’ when they hit a wall, but not just go through it! It is driving me Insane. help!

Also. I would like help figuring out how to make a cursor ā€œpick upā€ things.

New Update

Added…
Semi-Working Inventory
Music!

1 Like

I want help with the Inventory. If Anyone can find a way to pick up an item while dropping another, please tell me. Thanks!

I am hosting a cover art competition for this game! Submit your cover art for make craft!

1 Like

here ya go

2 Likes

Good shading on the ā€œMade with :heart: in Makecode Arcadeā€

1 Like

thx :slightly_smiling_face:

1 Like