Playmaker Forum

PlayMaker News => Work In Progress... => Topic started by: cloud03 on November 16, 2014, 01:30:36 AM

Title: Match 3 Game Bejeweled Style
Post by: cloud03 on November 16, 2014, 01:30:36 AM
Hi guys, I'm currently working on a Match 3 Game. I think this kind of game is a good choice to get to know about arrays and how it works, special thanks to marcos (http://hutonggames.com/playmakerforum/index.php?action=profile;u=83), here I've got so far:


Things left to do are to detect combination after blocks are falling, and add some sort bomb item....anyone have an idea how to detect combination after blocks are falling?

and here are some of the FSM screenshot (web of nightmare, LOL) ....
Title: Re: Match 3 Game Bejeweled Style
Post by: marcos on November 17, 2014, 12:09:00 AM
Awesome start!
Keen to see more :)

P.S You're welcome :D
Title: Re: Match 3 Game Bejeweled Style
Post by: SushimojiTo on January 24, 2016, 10:17:33 AM
Hi,
I have in mind to create a match 3 game.
Can you share your project to have a guide line to follow?  :P

Thanks!  ;D
Title: Re: Match 3 Game Bejeweled Style
Post by: dudebxl on January 24, 2016, 09:16:23 PM
+1 for sharing the basics if possible
Title: Re: Match 3 Game Bejeweled Style
Post by: rik on January 24, 2016, 11:29:02 PM
good work
Title: Re: Match 3 Game Bejeweled Style
Post by: cloud03 on January 27, 2016, 07:57:21 PM
Hi all, thanks for the reply....sure here is the project files, make sure you have imported playmaker, arraymaker, unity2d, and the custom action ConditionalExpression (I think it is available in ecosystem) before importing this package...

Let me know if you have any question, but I've already forgot probably by now for how the FSM works, since its been a while, and I'm using C# mostly right now...

Cheers
Title: Re: Match 3 Game Bejeweled Style
Post by: coffeeANDsoda on January 27, 2016, 08:52:10 PM
And this will work with 4.7?
Title: Re: Match 3 Game Bejeweled Style
Post by: cloud03 on January 27, 2016, 08:54:20 PM
Sorry forgot to mention, the package was exported using Unity 5.1.3f1
Title: Re: Match 3 Game Bejeweled Style
Post by: coffeeANDsoda on January 27, 2016, 08:55:05 PM
Sorry forgot to mention, the package was exported using Unity 5.1.3f1

That's a shame. Can't use it : /

Isn't there some way you can do it in 4.7 or 6?

What about programming tutorials that cover these concepts?
Title: Re: Match 3 Game Bejeweled Style
Post by: johannastephen on February 25, 2016, 11:33:16 AM
Thank you for sharing. Keep coding and keep PlayMaking  :D :D :D
Title: Re: Match 3 Game Bejeweled Style
Post by: organicpanda622 on March 08, 2016, 10:58:15 AM
I cannot wait for the final result. I love games like this.  When can I expect the release?
Title: Re: Match 3 Game Bejeweled Style
Post by: cloud03 on March 10, 2016, 11:58:44 AM
@organicpanda622: Hi, I've just released the game, you can download it here:

https://play.google.com/store/apps/details?id=com.Milkish.MatchNMagic

Although I decided to use C# at the end.