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
tatiangMember, Sous Chef, PRO, Senior Sous-ChefPosts: 11,949
edited April 2013
Have you googled flow free template gamesalad yet?
thanks guy i will check that one, and yes i do always search here in the forum but it gives me anything that has the word free, but your saying to use google? i never thought about that thanks.
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.
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.