Try to find the path through the invisible maze.
In this game, you navigate a player represented as a colored cell in a maze grid. Your goal is to reach the goal cell marked in red. You can use arrow keys on your smartphone to move the player around the maze.
The maze is represented by a 2D array, where `1` represents wall cells 1)` and the goal cell is located at position `(4, 4)`.
You can modify the maze array and add more levels or customize the visual representation of the game as per your requirements.