Introducing: Makecode Party!

Why do you keep posting charecters?

2 Likes

never gets old


flopper

2 Likes

shop npc

1 Like

I made a sketch of Coneguy’s Crazy Cape. (part of the right side is cut off because it didn’t print correctly)

To sum up how the board will go, Coneguy’s Crazy Cape will be a linear/square-shaped board where there are 4 islands and bridges connect them.

On the Starter (bottom) island, there will be an NPC that can take you to an opponent’s space.

On the Party (right) Island, there will be an NPC that will bring everyone to the Party Island if you pay them 20 coins.

On the Waterfall (top) Island, there is an Item Shop where you can buy items.

Finally, on the Sandcastle (left) Island, there will be @Unique (the Boo replacement.)

If you land on an Angry Duck Space (which is found on the bridges, you can’t see it because I didn’t draw the spaces) a giant duck will appear and send you back to the gear middle of the board (the starting point.)

6 Likes

Looks a lot like Wario’s Batte Canyon, I like it a lot!

3 Likes

what never gets old?

2 Likes

Well, now that I have a sketch of the board, how am I going to put it in Makecode?

2 Likes

Tilemaps seem like a perfect way to make this map into makecode, with each tile being a space!

1 Like

That’s correct, but how would I make the player go to the space?

For example, if the player rolled a 5 and landed on a Blue Space, how would I make them go to the Blue Space? (unless the Blue Space was a sprite instead of a tile)

1 Like

@TheConeGuy you can use the move blocks inside @jwunderl’s jwunderl/arcade-sprite-util extension for this! The destination argument takes in an x/y location by default but it also works with a tile (or a sprite):

move-to

5 Likes

I’m a little confused here: Couldn’t you just change the player’s row?
I can try and make the board in makecode if you’d like!

1 Like

Ohh i see! He was looking for a way to make the character be animated in their movement. This seems perfect for our project!

1 Like

I can try to make the board, although I need to make it isometric, and…I don’t know how to draw that.

1 Like

Wait I literally asked for this lol

3 Likes

Heres a little test to try and help! Is this what you meant?

2 Likes

Could you add Doodle Noodle from Pixel Smash with like a sketch dice?

1 Like

This did help! I’m working on adding the dice rolling system and some more spaces.

1 Like

I probably could! I bet they would be easy to animate because they’re just a snake-

1 Like

Awesome!!

1 Like