Background
======
I'm trying to make a matchmaking interface
The player and the enemy will take turns picking soldiers(sprites) from a list of available soldier
I want the list to change its order in a way that the better pick goes first (left to right top to bottom)
Problem
=====
I've managed to set the parameters of each sprite by adding instance variables.
I do not know how to create this dyanmic list that can modify the order of the sprites according to the conditions ill give it..
Help?