Hi,
I am building a small brick game and I need some hints on how to find matching pairs.
For example:
0 0 0
1 0 0
1 1 0
or this example
1 1 1
0 0 0
0 0 0
I do need some hints on how to approach this. I want a function that returns all matches. The array is 2D.
Joakim [import]uid: 81188 topic_id: 16373 reply_id: 316373[/import]
