In Fold, the goal is to clear a grid of tiles using darts launched from the grid’s outer edges. Each tile contains a slit, oriented either horizontally or vertically. You control the order in which the dart launchers fire. When a dart is fired, it travels in a straight line across the grid. If it encounters a tile with a slit that aligns with its direction of travel, it passes through and destroys the tile, continuing onward. If the dart hits a tile with a perpendicular slit, it stops immediately. Your task is to remove all tiles by carefully choosing the right firing sequence. Success requires logic, planning, and sometimes a bit of trial and error.
*It should be noted that once you gain points from completing a puzzle, if you replay it, those points will be subtracted from your score.