package knights_tour

  1. Overview
  2. Docs

Module PentominosSource

Sourcemodule Board : sig ... end

A Polyomino board is a grid of squares that need to be covered by Polyomino puzzle pieces. It is possible for some parts of the grid to be blocked off.

Sourcemodule PointSet : sig ... end
Sourcemodule Polyomino : sig ... end
Sourcemodule Puzzle : sig ... end

A polyomino puzzle consists of a board and a set of polyomino pieces to be placed onto the board. The puzzle is considered solved when all pieces have been placed.

Sourcemodule Randomize : sig ... end

Utility functions for randomizing things.

OCaml

Innovation. Community. Security.