pzprjs icon indicating copy to clipboard operation
pzprjs copied to clipboard

Playing and editing puzzles by Javascript (fork of sabo2/pzprjs)

Results 83 pzprjs issues
Sort by recently updated
recently updated
newest added

This genre would benefit from a way to mark cells as having or not having a circle, like in Bonsan. The problem is that this will conflict with the blue...

enhancement

I am colorblind and find the yellow and green chosen for the slitherlink in/out colors to be challenging to distinguish. Would it be possible to change one of the colors...

This showed up with the following railpool URL: https://puzz.link/p?railpool/10/10/12345zzzzzzn0050h02081000400001g2800080g00000000 Fixed for now in #286 but without thinking much about it. It would be good to at least add this as...

This makes the green color used for qsubcolor1 (eg, for slither) darker and thus more distinguishable from the yellow used for qsubcolor2 by people with some forms of colorblindness. The...

I designed this puzzle: ![masyuqm](https://user-images.githubusercontent.com/36537667/120881926-73b25780-c5cc-11eb-87fd-1229807211df.png) Where you have to solve two masyu's with the same layout, and all you are told is that whichever cells are white in one are...

On my Android phone, tapping or double-tapping or long-tapping on an input mode or type will give no effect other than the momentary highlight of the word (long-tapping will select...

Couple changes to make sukoro nicer: - Visual mode where a skeleton is drawn behind numbers. Circles are replaced with just skeleton, and computed number of neighbours. - Some support...

This is the minimal version of #178 The build process is still to concat the JS files (as `./dist/js/pzpr.concat.js`), but this file is now a ES6 module. This concated file...

This changes the `pzpr` module to hang together using `import ... from ...` (the modern way to do imports nowadays, it seems). Previously the `pzpr` module was build by concating...

Currently, the "chassis" (puzzle frame is centered on the 0th/nth grid line, but thicker than usual grid lines, which makes cells in the outer rows smaller than others. This changes...