is possible to do a flow free game?
guilleface
Member Posts: 1,014
not that i want to upload another clone that already have more than 500 of this lol, but iam making a puzzle game and would like to add it as a mini puzzle too.
Comments
Also, this: http://gshelper.com/shop/gamesalad-templates/flow-free-template/
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
http://gshelper.com/shop/gamesalad-templates/flow-free-template/
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
very possible. my method was to pass the color of the grid piece when tapped to a global, as well as its number in the chain. Every other grid spot would check if its color matches and if the number is less than theirs and revert if so. Add up when all the ends are connected. Pretty simple stuff - just have to think through it all.
My advice is keep each grid piece minimal in terms of rules. I think mine have 4-5 rules in each one, my first build had about 15 in each actor and that crashed when I started doing 9x9 + grids.
Oh and lots of tables. Lots and lots of tables.