BigSudoku Version-01

Programs which generate, solve, and analyze Sudoku puzzles

BigSudoku Version-01

Postby RichardGoodrich » Mon Nov 07, 2016 3:15 pm

A fellow (I will use his name when he gives me permission) has inspired me to finish a python program for generating and using the Denis Berthier extended Sudoku board (four types of sudoku grids) I started this code back in July of 2013 when I was just beginning to learn python. So the code is rather crude, but is all in one file and seems to work. I would be glad to email it to anyone who would like to try it. It does not have a GUI, but is simply a console application. I am working on a python GUI that now just displays the four grids with pencil marks, but has no logic behind it yet.

I have Version 1.0 of the console version which I have tested (crudely at this point) where it can run under python 2.7.11 or 3.5.1. I will email it to anyone who wishes to 'play' with it. Richard Goodrich's email is: richardgoodrich@gmail.com (richardgoodrich at gmail dot com)
Big1952
RichardGoodrich
 
Posts: 70
Joined: 12 December 2012
Location: Josephine, TX

Return to Software