SudokuStudyLib 1.0.7

Creator: bradpython12

Last updated:

0 purchases

TODO
Add to Cart

Description:

SudokuStudyLib 1.0.7

Sudoku Solving Library
For the purpose of studying solving Sudoku and learning python programming,
including traditional method and oop.

Traditional method: matrix
oop method: sudoku

Sudoku is a kind of puzzle game. It is one of the best way to learn logic,
and at the same time, the Python language is one of the best computer language to learn logic.
So, if we can combine these two kinds of tools to teach children or young men to learn logic,
it will be perfect. This is why the project be done and going to.
There are so many sudoku’s puzzle games and studying in the world. Some are made for fun, some are for the studying of mathematics, while this library focus on logic learning. And the logic mainly is in human view, not in computer science view. So, there are some features in this package:

This is mainly for studying logic for human.
It is NOT to plan to be a normal programming courses.
It is NOT to plan to be a studying of serious mathematics.
The methods of solving a sudoku are mainly in a human view, NOT in computer science view.
Let people to find their own methods to solve a sudoku, and name these methods in their own way. (This is not in this package, but should be arranged this in the courses.)
Let people learning python to implement their own methods.
Studying OOP programming to solve a sudoku. OOP method can be treated as human behavior.

You can read document at http://sudokustudylib.readthedocs.org/en/latest/index.html


1.0 (2014.5.12)

Add Complete document



0.7 (2014.5.5)

Add a class, Status, to store all sudoku’s global variables
Add a function, init(), to init the Status’s variables
Change all code that using global variable to use Status.name[“[var]”]



0.6 (2014.5.2)

Fixed some source
Add the data path



0.5 (2014.4.27)

First formal publish



0.0 (2014.4.27)

Initial version

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.