Sudoku Overview Fetch, render, and reveal Sudoku puzzles. Use to get new puzzles from , generate printable PDFs or images, and reveal solutions. For details on the saved JSON format, see DATA FORMAT.md. Available Puzzle Types : Kids 4x4 : Kids 4x4 with Letters : Kids 6x6 : Kids 6x6 with Letters : Classic 9x9 (Easy) : Classic 9x9 (Medium) : Classic 9x9 (Hard) : Classic 9x9 (Evil) Get a Puzzle Fetches a new puzzle and stores it as JSON. Output is JSON by default (use for human-readable output). Get a Classic Easy puzzle: Get a Kids 6x6 puzzle: Render Puzzle Render a puzzle as an image or PDF. R…