The objective of Hidden Walls is to find all of the Hidden Walls in a given area. The game is played on a grid of Squares, with each Square either containing a wall or being empty.
The player is given a set of coordinates, which are the starting Point for their Search. The player must then Search the grid for walls, using the coordinates as a reference Point. The player must move in a straight Line, either Horizontally or vertically, and can Only move in one direction at a time. If the player encounters a wall, they must mark it on the grid.
Once all of The Walls have been found, the player must then find a way to Connect them all together. This can be done by either drawing a Line between Two Walls, or by using the empty Squares to form a Bridge. The player must then find a way to Connect all of The Walls together without forming any loops.
Once all of The Walls have been Connected, the player must then find a way to EXIT the grid. This can be done by either Connecting The Walls together in a way that leads to the edge of the grid, or by using the empty Squares to form a Path to the edge.
Once the player has completed the puzzle, they have won the game.