﻿########################################################################
# 'README' for the program consoleSudoku.            
#                                                           
# Version: 0.11
# Date: 03-June-2016
########################################################################
#
# Copyright (C) <2016>  <author: Peter Rossnagel>  <contact: pewrn@t-online.de>
# -----------------------------------------------------------------------------
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3 as published by
# the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#
########################################################################


DESCRIPTION
-----------
The program 'consoleSudoku' is an easy to use Sudoku program for normal 9x9 
Sudoku’s. The program is designed to run in a console.

Features:
- consoleSudoku can generate Sudoku’s in a wide range of difficulties.
- It is also possible to enter a Sudoku field manually.
- To support the manually solving of a Sudoku, the program have optionally
  two methods of checking the input-numbers.
- The program can make a 'sheet' with six Sudoku’s on it, written to a 
  file and ready to print out.
- The program supports the English and the German language.


MAN-PAGE
-------
You can also have a look to the man-page of the program consoleSudoku.
Open a terminal or console and type: 

man consoleSudoku 
