Discuss Scratch

Kongaroo
Scratcher
9 posts

How To Make A 3 Match Puzzle Games

I want to make a 3 Match Puzzle Game. Can Somebody Help Me?
deck26
Scratcher
1000+ posts

How To Make A 3 Match Puzzle Games

It would help if I knew what a 3 Match Puzzle Game is!
Kongaroo
Scratcher
9 posts

How To Make A 3 Match Puzzle Games

deck26 wrote:

It would help if I knew what a 3 Match Puzzle Game is!

Here are some examples:

Candy Crush
Huniepop
Bejewled
deck26
Scratcher
1000+ posts

How To Make A 3 Match Puzzle Games

Have you searched for similar things in Scratch - I know others have asked about this on the forum. A grid system would be my approach.

I'm done for today but others may have more to offer.
TomandAngelalover476
Scratcher
7 posts

How To Make A 3 Match Puzzle Games

Use coding from this: https://scratch.mit.edu/projects/15144826/
Did it helped?
62MineGamez
Scratcher
36 posts

How To Make A 3 Match Puzzle Games

Well, I'm working on a Zuma game called Dots, and I may need some help knowing what to do.

I need help with the following:
-Making a path for the Dots (or nodes that are invisible and the Dots still follow them)
-Making a Match 3 system that destroys ONLY the 3 in a same color row
-Power-up System

What I do know:
-Player follows mouse
-Sprite looks
-Level design (I will accept ideas by other players)
-Variables for DotSpeed, DotCount, etc.
-Mode Select
-Level Select
-Locked Level System
-Dot color scheme (depending on the level)
Yea, that is a BIG problem for me, but I know the basics, so would you help me, if you read this and accept the challenge, I thank you.
62MineGamez
Scratcher
36 posts

How To Make A 3 Match Puzzle Games

Oh, by the way, if we get this done, your idea for a level will be put in my game! Just make a project containing only the level design, nothing else.

Make sure it's good because I might make ‘Dots Player Pack’!
darthludo
Scratcher
14 posts

How To Make A 3 Match Puzzle Games

So here is the first thing you would need to make a Match-3 Game. click on the Paintbrush Icon then go into the Costumes and for this next step I am about to tell you guys about you will need only 2 Costumes. So here is the step I was talking about First you go to Costume 1 and make a 50x50 Square and it can be any Color you want. Then you do the same with the Second Costume But don't make it the same Color. Then you go to Scripts and click More Blocks and click on Make A Block and type generate grid 1 by 1. Then make this code

whenclickedsetghosteffectto30generate grid 9 by 4definegenerategridxbyycleargotox: -200 y: 10switchcostumeto Costume1repeatyrepeatxstampnextcostumechangexby50changeyby-50setxto-200ifx/2=roundx/2thennextcostumehideThisisforthegrid

Last edited by darthludo (July 23, 2018 19:11:42)

darthludo
Scratcher
14 posts

How To Make A 3 Match Puzzle Games

By the way that generate 9 by 4 was supposed to be a block Sticking under the set ghost effect to 30 and under the green flag is not supposed to say scratchblocks.
deck26
Scratcher
1000+ posts

How To Make A 3 Match Puzzle Games

darthludo wrote:

By the way that generate 9 by 4 was supposed to be a block Sticking under the set ghost effect to 30 and under the green flag is not supposed to say scratchblocks.
Please check the date before responding, this topic is old.
darthludo
Scratcher
14 posts

How To Make A 3 Match Puzzle Games

Thanks for telling me deck26 I was just trying to help
62MineGamez
Scratcher
36 posts

How To Make A 3 Match Puzzle Games

I meant marbles on a path that follow the path, when I do it… I have lag problems. Which S U C C S.

And the launcher which launches the marbles toward the string currently rolling toward the other end.

If the marbles reach some sort of hole, skull, or whatever, you lose a live. (Unless your on your last beautiful life, then it's game over and the launcher/player starts back at the beginning of the stage they're on.)
62MineGamez
Scratcher
36 posts

How To Make A 3 Match Puzzle Games

deck26
Scratcher
1000+ posts

How To Make A 3 Match Puzzle Games

62MineGamez wrote:

I meant marbles on a path that follow the path, when I do it… I have lag problems. Which S U C C S.

And the launcher which launches the marbles toward the string currently rolling toward the other end.

If the marbles reach some sort of hole, skull, or whatever, you lose a live. (Unless your on your last beautiful life, then it's game over and the launcher/player starts back at the beginning of the stage they're on.)
Please create a new topic rather than necroposting on someone else's topic. You can always refer to this topic if you think that's useful.
charizardmaster96
Scratcher
28 posts

How To Make A 3 Match Puzzle Games

I've been trying to make a puzzle game like Pokémon Shuffle, but I don't know how to make it sense a match of 3.
whenclickedIhavenoidea

Last edited by charizardmaster96 (Aug. 20, 2020 16:26:50)

dominic305
Scratcher
500+ posts

How To Make A 3 Match Puzzle Games

charizardmaster96 wrote:

I've been trying to make a puzzle game like Pokémon Shuffle, but I don't know how to make it sense a match of 3.
whenclickedIhavenoidea
Hi there! Please check the date of the last reply before replying. SInce it's been a long time, you should make a new thread. Thank you!
cs3778539
Scratcher
8 posts

How To Make A 3 Match Puzzle Games

I think you need to make it with lists. You can store symbols (1,2,3,-,=,+etc) then yous them for the different types and I don't really know what's next.
The_Imaginarium
Scratcher
1000+ posts

How To Make A 3 Match Puzzle Games

cs3778539 wrote:

I think you need to make it with lists. You can store symbols (1,2,3,-,=,+etc) then yous them for the different types and I don't really know what's next.
Please check the date before posting…
Harakou
Scratcher
1000+ posts

How To Make A 3 Match Puzzle Games

cs3778539 wrote:

I think you need to make it with lists. You can store symbols (1,2,3,-,=,+etc) then yous them for the different types and I don't really know what's next.
Hi! Thank you for offering your help, but this thread is pretty old - I don't think it's relevant anymore. When you respond to a topic, please make sure it's recent and the original poster still needs an answer. Thanks!

Powered by DjangoBB