Skip to content

SmilingWayne/PuzzleTools

Repository files navigation

Puzzle Tools

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:

Usage

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

About

Visualization tools for Polyminoes and Polyiamonds puzzles, works well with my PuzzleSolver repository.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages