VS Ordering is a game developed so that users can compete to see who is best at solving problems in the shortest possible time.
The game consists of two arrays, a game matrix and another objective matrix. As the names suggest the goal is to transform the matrix of the game into the objective matrix as fast as possible.
Players are ranked according to the matrix in which they played and according to the time they spent to solve it.
There are 3 arrays and a Ranking for each one in the game.
The matrices are classified according to their difficulty:
4X4 Matrix
5X5 Matrix
6X6 Matrix