An Adwaita application to solve daily puzzles in various formats. It can tell you, if you are on the right track or, whether it is impossible to solve the puzzle with your current approach.
Puzzled is available on Flathub. Alternatively, you can install it manually by downloading the latest release from the releases page. After downloading the Flatpak bundle, you can install it using the following command:
flatpak install --user path/to/de.til7701.Puzzled_VERSION_ARCH.flatpakWhen you clone and open the project in Gnome Builder, it will automatically tell you to download the required dependencies. After that, you can build and run the project from within Gnome Builder.
You need the following dependencies to build the project:
- Rust and Cargo
- Meson
- GTK4 and Libadwaita dependencies
Then you can install it from the command line (more dependencies may be required):
meson setup build
meson compile -C build
meson install -C buildThis project is licensed under the GNU General Public License v3.0. See the COPYING file for details.

