I'm attempting code a game where I will be using two-dimensional arrays in addition to a coordinate system to determine players position. When the player reaches certain ends of the map, he will be in theory transported to the next map segment ( which are 10x10 arrays ). Is this practical, and am I on the right track in attempting to accomplish this? Are my classes necessary?