diff --git a/README.md b/README.md new file mode 100644 index 0000000..7245eef --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# About + +sudokuloeser is a simple sudoku solver written in C. It is optimized for speed. + +# Features + +With sudokuloeser you can easily solve sudokus. + +Optional you can specify a file, where to save the solution. + +For better usage the Output is colored. + +# Requirements + +* Linux +* Windows: some restrictions +* C Compiler + +# Installation + + make + make install + +# Usage + + Usage: + sudokuloeser [options] + Options + -U Use Unicode + -h This help + -o Output file + -c no colors + -n just print, do not solve +