Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.
/ convert16x16 Public archive

Converts a 16x16 Sudoku from 0-9A-F, 1-9A-G, 1-16 grid format to the A-P grid format used by Sudoku16Explainer.

Notifications You must be signed in to change notification settings

1to9only/convert16x16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert16x16

Converts a 16x16 Sudoku from 0-9A-F, 1-9A-G, 1-16 grid format to the A-P grid format used by Sudoku16Explainer.

NAME
  convert - 16x16 Sudoku grid format converter

SYNOPSIS
  convert16x16.exe -f|g|16 [-c] FILE

DESCRIPTION
  Converts a 16x16 Sudoku from 0-9A-F, 1-9A-G, 1-16 grid format
  to the A-P grid format used by Sudoku16Explainer.

OPTIONS
  -f  sudoku grid is in 0-9A-F format.
  -g  sudoku grid is in 1-9A-G format.

  -16 sudoku grid is in 1-16 format.

  -c  (one) sudoku grid is in clipboard.

FILE  input file containing the 16x16 sudoku grid(s).

  -?  displays this help.

EXAMPLES
  convert16x16.exe -f  test1.0f > test1.txt
  convert16x16.exe -16 test2.16 > test2.txt
  convert16x16.exe -16 test3.16 > test3.txt
  convert16x16.exe -g  test4.1g > test4.txt
  convert16x16.exe -g  test5.1g > test5.txt

  convert16x16.exe -16 -c > output.txt

  convert16x16.exe -?

BUILD: on Jan 31 2022 at 09:14:00.

Credits

About

Converts a 16x16 Sudoku from 0-9A-F, 1-9A-G, 1-16 grid format to the A-P grid format used by Sudoku16Explainer.

Resources

Stars

Watchers

Forks