Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How To Make A 3 Match Puzzle Games
- Kongaroo
-
9 posts
How To Make A 3 Match Puzzle Games
I want to make a 3 Match Puzzle Game. Can Somebody Help Me?
- deck26
-
1000+ posts
How To Make A 3 Match Puzzle Games
It would help if I knew what a 3 Match Puzzle Game is!
- Kongaroo
-
9 posts
How To Make A 3 Match Puzzle Games
It would help if I knew what a 3 Match Puzzle Game is!
Here are some examples:
Candy Crush
Huniepop
Bejewled
- deck26
-
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.
I'm done for today but others may have more to offer.
- 62MineGamez
-
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.
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
-
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’!
Make sure it's good because I might make ‘Dots Player Pack’!
- darthludo
-
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

Last edited by darthludo (July 23, 2018 19:11:42)
- darthludo
-
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
-
1000+ posts
How To Make A 3 Match Puzzle Games
Please check the date before responding, this topic is old. 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.
- darthludo
-
14 posts
How To Make A 3 Match Puzzle Games
Thanks for telling me deck26 I was just trying to help
- 62MineGamez
-
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.)
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.)
- deck26
-
1000+ posts
How To Make A 3 Match Puzzle Games
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. 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.)
- charizardmaster96
-
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.
Last edited by charizardmaster96 (Aug. 20, 2020 16:26:50)
- dominic305
-
500+ posts
How To Make A 3 Match Puzzle Games
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! 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.
- cs3778539
-
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
-
1000+ posts
How To Make A 3 Match Puzzle Games
Please check the date before posting… 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.
- Harakou
-
1000+ posts
How To Make A 3 Match Puzzle Games
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! 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.
- Discussion Forums
- » Help with Scripts
-
» How To Make A 3 Match Puzzle Games