I am reamking a slot machine game called Multiplay81.
You probably don't know how slot games work so let me write down a quick introduction.
This specific game has 81 pay lines.
Pay line = 3-4 matching symbols from left to right.
81 lines on 4 reel game means any combination from left to right is a winning combination.
Example:

The problem:
I don't really want to write down all 81 lines and define them one by one. I am sure there is a way to do it faster with loops.. I just couldn't do it.. or am I just too lazy? Doesn't matter..
Also, there is a WILD symbol, that counts as any other symbol if there is winning combination on that specific line with the WILD symbol.
I would also appreciate if someone could help me with how to check if there are any win lines, and move them to array.
Thank you, if u're so kind and want to help, I can provide more info.