Basically I'm wondering if its possible to check if a value exists in an array but only along one row,
So basically like a shortened version of this -
Compare at (0,0,)(1,0)(2,0)(3,0) etc..
Develop games in your browser. Powerful, performant & highly capable.
There's no shortcut. You need to check each value at (x,0).