summaryrefslogtreecommitdiffstats
path: root/examples/scxml/sudoku/data
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2016-08-26 14:17:20 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2016-10-17 07:09:28 +0000
commitf5929eaf624560217618c83a370dd52086e5a29a (patch)
tree0ce3e2243d1664fd3b721edd2f9cddc5305cd020 /examples/scxml/sudoku/data
parent1080cf471231fdde6daca775bbf77a04620f89e7 (diff)
Add a sudoku example
Change-Id: I08a0c053a195dd55e6ff796b89a19ee160eb152d Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'examples/scxml/sudoku/data')
-rw-r--r--examples/scxml/sudoku/data/nearly-solved-sudoku.data9
-rw-r--r--examples/scxml/sudoku/data/sudoku.data9
2 files changed, 18 insertions, 0 deletions
diff --git a/examples/scxml/sudoku/data/nearly-solved-sudoku.data b/examples/scxml/sudoku/data/nearly-solved-sudoku.data
new file mode 100644
index 0000000..0e5c31f
--- /dev/null
+++ b/examples/scxml/sudoku/data/nearly-solved-sudoku.data
@@ -0,0 +1,9 @@
+0, 3, 5, 2, 6, 9, 7, 8, 1
+6, 8, 2, 5, 7, 1, 4, 9, 3
+1, 9, 7, 8, 3, 4, 5, 6, 2
+8, 2, 6, 1, 9, 5, 3, 4, 7
+3, 7, 4, 6, 8, 2, 9, 1, 5
+9, 5, 1, 7, 4, 3, 6, 2, 8
+5, 1, 9, 3, 2, 6, 8, 7, 4
+2, 4, 8, 9, 5, 7, 1, 3, 6
+7, 6, 3, 4, 1, 8, 2, 5, 9
diff --git a/examples/scxml/sudoku/data/sudoku.data b/examples/scxml/sudoku/data/sudoku.data
new file mode 100644
index 0000000..342fdf0
--- /dev/null
+++ b/examples/scxml/sudoku/data/sudoku.data
@@ -0,0 +1,9 @@
+0, 0, 0, 2, 6, 0, 7, 0, 1
+6, 8, 0, 0, 7, 0, 0, 9, 0
+1, 9, 0, 0, 0, 4, 5, 0, 0
+8, 2, 0, 1, 0, 0, 0, 4, 0
+0, 0, 4, 6, 0, 2, 9, 0, 0
+0, 5, 0, 0, 0, 3, 0, 2, 8
+0, 0, 9, 3, 0, 0, 0, 7, 4
+0, 4, 0, 0, 5, 0, 0, 3, 6
+7, 0, 3, 0, 1, 8, 0, 0, 0