User Tag List

Results 1 to 2 of 2

Thread: Making a Puyo Puyo style puzzle game

  1. #1
    Zuare
    Guest

    Making a Puyo Puyo style puzzle game

    I'm trying to make a puzzle game like the Puyo Puyo games.
    (If you don't know what it is, you can play it on this site.)
    I've made the blocks that you can rotate and fall down the screen.
    The only problem I'm having is, how can I make the game know that 4 blocks of the same color are connected?

  2. #2
    Clicker Multimedia Fusion 2

    Join Date
    Jan 2007
    Posts
    167
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Making a Puyo Puyo style puzzle game

    Hey, I'm making a Puyo game currently too :P
    There are 2 options:
    1. You code it yourself using an array to store the puyo locations and loop throuhg the array.
    2. You use the Advanced Game Board Object, which has this function built in.

    I have tried both methods. I can assure you that coding it yourself in MMF is quite complex. (I used loop recursions to emulate a "while" loop, crazy stuff )
    Eventually, I rewrote my engine and used the AGBO, because I was to lazy to redo that part :P

Similar Threads

  1. Puyo Puyo Example Engine
    By Radoslaw in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 26th August 2011, 04:41 PM
  2. Making a Masterpiece style game
    By DisneyBoy in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 22nd February 2011, 02:13 AM
  3. Jeu style Puyo Puyo
    By Valentin in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 23rd November 2010, 12:39 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •