Skip to content

clentfort/futoshiki

Repository files navigation

Futoshiki

Prolog based solver and generator for Futoshiki1 puzzles. Based on "Solving Logic Puzzles in Prolog" by Jack Oliver.

Building

The project was bootstrapped via pnpm create vite with the "react-ts" template. The Prolog code is execute through the WASM build of SWI-Prolog5. After any changes to src/solve/solve_futoshiki.pl please run pnpm generate to make the new code available to the browser.

Deployment

The website is automatically deployed to GitHub pages on any push to the main branch.