Class Command
void movePlayer(Player thisPlayer)
	//changes the x, y coords in the Player class

Class Player
	int xCoord, yCoord; //tracks the player's position in the maze