maksverver / mazedoku

Sudoku-like puzzle in a maze..

Home Page:https://maksverver.github.io/mazedoku/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mazedoku generator

A generator for Mazedoku puzzles, a kinda of Sudoko variant invent by Reddit user Chandranel_.

Fill in the empty spaces in the grid according to the following rules:

  1. Each corridor of length N must contain the digits between 1 and N.
  2. Any two cells that are a Chess knight's move apart cannot contain the same number.

Note that corridors are horizontal or vertical sequences of two or more connected cells, which are delimited by walls. Within a grid row or column (spanning the entire height or width of the grid), duplicate digits may appear.

Original puzzles:

  1. https://old.reddit.com/r/puzzles/comments/i7ow3g/mazedoku/
  2. https://old.reddit.com/r/puzzles/comments/i8wl42/mazedoku_2_difficult/
  3. https://old.reddit.com/r/puzzles/comments/ii6q02/mazedoku_3/
  4. https://old.reddit.com/r/puzzles/comments/imzo5y/mazedoku_4/
  5. https://old.reddit.com/r/puzzles/comments/irj58j/mazedoku_5/

About

Sudoku-like puzzle in a maze..

https://maksverver.github.io/mazedoku/


Languages

Language:JavaScript 91.6%Language:HTML 5.4%Language:CSS 3.0%