Skip to content

Code to make and solve Kurodoko puzzles

Notifications You must be signed in to change notification settings

iamsharduld/kurodoko

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurodoko solver

Contains code to solve a Kurodoko puzzle.

Rules

Kurodoko is a type of puzzle published by Nikoli. Like most other puzzles they publish, the fun comes from navigating a combination of local rules and global rules that are simple but which can interact in complex ways.

In this case, the local rules are:

  • a cell with a number is a white cell that should "see" (vertically and horizontally) that number of white cells (including itself)
  • black cells cannot be adjacent (vertically or horizontally)

And the global rule is:

  • all the white cells must be contiguous; i.e., black cells cannot cut off two regions of the grid.

How to use

TODO

How it works

TODO

About

Code to make and solve Kurodoko puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%