File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,17 @@ database.
1111compiled from over a hundred different sources. The example showcases simple data preparation and a sample configuration
1212file for loading a large taxonomic dataset using [ TypeDB Loader.] ( https://github.com/typedb-osi/typedb-loader )
1313
14+ ## [ Games: Sudoku] ( games/sudoku )
15+
16+ The sudoku example demonstrates the ability of TypeDB's reasoner to solve a smaller 6x6 version of the classic puzzle.
17+ The sudoku is passed to the driver program in a text file and solved by querying a simple TypeDB database.
18+
1419## [ Games: XCOM Project] ( games/xcom )
1520
1621The XCOM 2 example contains a database of interdependent research tasks in the game XCOM 2, featuring automatic
1722inference of available research based on completed tasks and available items. See [ the schema] ( games/xcom/schema.tql )
1823for the examples of reasoner rules inferring attributes.
1924
20- ## [ Games: XCOM Project] ( games/xcom )
21-
2225## [ Software: GitHub] ( software/github )
2326
2427The GitHub example showcases migration of heavily interconnected data from a live repository on GitHub or from a Vaticle
You can’t perform that action at this time.
0 commit comments