After some Advice
Have a quick question for you.
I am going to be making the Rush Hour game as part of my honours project and then later making a solver using the A* Algorithm.
My supervisor has asked me to look at the game side of things just now ie. how the board can be stored and how each move made by the player would be stored, current position, new position that sort of thing.
First thing I thought of was an array but my supervisor said yes it will work but there are better ways of doing it.
Anyone have any ideas of what I can use so that I can research it more?
Haven't done Java in a year so i'm a bit rusty.
Thanks in advance.

