This repo is an auxiliary tool for my PuzzleSolver project. It provides interactive webpage to quickly select cells and display the corresponding index, thus reducing manual input. The tool can be easily incorporated when creating interesting puzzles like Polyminoes and Polyiamonds.
It also supports result display when you give it a pattern in "Input Result" textarea:
Install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
Install Node.js 16
nvm install 16
nvm use 16
Launch server:
npm install .
npm run dev