let make_riddle table =
      let rows, cols = nb_rows table, table.col_nb in
      (* one row too much to simplify next_coordinates *)
      Array.make_matrix (rows + 1) (cols) (-1, -1)