Skip to content

Commit c1229d5

Browse files
Update readme
1 parent 4a19359 commit c1229d5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@ database.
1111
compiled from over a hundred different sources. The example showcases simple data preparation and a sample configuration
1212
file 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

1621
The XCOM 2 example contains a database of interdependent research tasks in the game XCOM 2, featuring automatic
1722
inference of available research based on completed tasks and available items. See [the schema](games/xcom/schema.tql)
1823
for the examples of reasoner rules inferring attributes.
1924

20-
## [Games: XCOM Project](games/xcom)
21-
2225
## [Software: GitHub](software/github)
2326

2427
The GitHub example showcases migration of heavily interconnected data from a live repository on GitHub or from a Vaticle

0 commit comments

Comments
 (0)