Hi all,
I'm working on a restaurant management game where the customer comes in with a set of ingredients for their food and I need to match it (sequence doesn't matter).
I tried adding a instance variable to each item but don't know how to properly test the combinations. I couldn't find anything related to this type of game mechanic. Appreciate all the help. Thank you!!!
This is the game mechanic I'm going for
gamepix.com/play/yummy-taco
I'm currently testing the combination 1 by 1 using this password box example from dop200.