Hi, I'm trying to do a little word game where you must find the right position of letters in a grid.
I'd like to drag it over another, switch positions, and then check if the position is correct.
Are there some tutorials or plugins that can help me to do it?
Second problem:
I am not sure what's the best way to approach this game, do you suggest me to make letter holders and try to match an array with instance variables if letter or position is the right one?
Please help me to take the right way Thank in advance