Hello There!
I am making a Paper Minecraft clone in Makecode arcade. Right now I am working on making the crafting system.
Right now if you press the menu button it justs shows available crafting options. You can’t actually craft right now.
Controls:
- Left and right arrows to move
- Up arrow to jump
- Down arrow does nothing.
- A button for break and place blocks
- B button changes selected slot
- On simulator, mouse to move cursor and click to break and place blocks.
Special Notes:
- If you want to download this to a kittenbot meowbit, you have to change the onmeowbit variable to true and the simulator variable to false in the on start block.
- To download to other devices, just set onmeowbit to false and simulator to false.
- To play on a laptop/desktop, set simulator to true and onmeowbit to false.