Hi!
I've looked at several threads, manual entries and tutorials but I still can't find the solution to my problem.
I want to do a grid where every column has its own queue (very similar to a 4 in a row game but inverted [like if you could insert coins from the bottom]).
I've tried the push and pop functions and they work great with 1D columns but, when it comes to 2D, I don't know how to indicate wich column must be pushed and poped.
Any ideas? I supose it should be an easy task but I don't know much about programming so I can't really figure it out by myself.
Sorry for opening a new thread about arrays but ,believe me, I have checked the entire page searching for an answer but coudn't find anything related.
bye and thanks!