playMaker

Author Topic: Match 3 Game Bejeweled Style  (Read 9955 times)

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Match 3 Game Bejeweled Style
« 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, 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) ....

marcos

  • 1.2 Beta
  • Full Member
  • *
  • Posts: 199
Re: Match 3 Game Bejeweled Style
« Reply #1 on: November 17, 2014, 12:09:00 AM »
Awesome start!
Keen to see more :)

P.S You're welcome :D

SushimojiTo

  • Playmaker Newbie
  • *
  • Posts: 6
Re: Match 3 Game Bejeweled Style
« Reply #2 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

dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: Match 3 Game Bejeweled Style
« Reply #3 on: January 24, 2016, 09:16:23 PM »
+1 for sharing the basics if possible

rik

  • Full Member
  • ***
  • Posts: 246
Re: Match 3 Game Bejeweled Style
« Reply #4 on: January 24, 2016, 11:29:02 PM »
good work

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Re: Match 3 Game Bejeweled Style
« Reply #5 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

coffeeANDsoda

  • Hero Member
  • *****
  • Posts: 618
Re: Match 3 Game Bejeweled Style
« Reply #6 on: January 27, 2016, 08:52:10 PM »
And this will work with 4.7?

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Re: Match 3 Game Bejeweled Style
« Reply #7 on: January 27, 2016, 08:54:20 PM »
Sorry forgot to mention, the package was exported using Unity 5.1.3f1

coffeeANDsoda

  • Hero Member
  • *****
  • Posts: 618
Re: Match 3 Game Bejeweled Style
« Reply #8 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?
« Last Edit: January 28, 2016, 03:46:10 AM by coffeeANDsoda »

johannastephen

  • Playmaker Newbie
  • *
  • Posts: 35
Re: Match 3 Game Bejeweled Style
« Reply #9 on: February 25, 2016, 11:33:16 AM »
Thank you for sharing. Keep coding and keep PlayMaking  :D :D :D

organicpanda622

  • Playmaker Newbie
  • *
  • Posts: 1
Re: Match 3 Game Bejeweled Style
« Reply #10 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?
I am a big lover of entire Kings county. I work at Youth Action Council. Help environment by using wywoz gruzu poznan. Every little bit helps!

cloud03

  • Full Member
  • ***
  • Posts: 249
  • Viva Playmaker!
    • Milkish Game Studios Blog
Re: Match 3 Game Bejeweled Style
« Reply #11 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.