Added Pathfinding exercise
Added a button so files can be loaded in for the pathfinding exercises. Changed the way the grid is drawn so it shows which cells are accessible and the endpoint is shown. Also changed the charater so the player can so which direction it is facing. Added a map for the text files. Changed the move command so the charater cannot enter an unaccessible cell. Added error message. Fixed repeat until command errors