1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-26 03:41:04 +03:00

Expect DOT files following new templates.

This commit is contained in:
Pelle Nilsson 2013-08-15 21:56:44 +02:00
parent 370530222e
commit 275294ea6b
6 changed files with 27 additions and 29 deletions

View file

@ -3,7 +3,6 @@ digraph gamebook {
1->4
1->3
3->2
4->2
4->2
4->3
}

View file

@ -1,21 +1,21 @@
digraph gamebook {
Codewords1->2
1->2
2->9
warrior4->3
4->3
4->2
fun4->5
4->5
4->8
fun6->5
6->5
6->3
6->4
warrior7->6
7->6
7->3
7->1
8->7
8->4
warrior9->3
fun9->8
fun9->5
9->3
9->8
9->5
9->4
}

View file

@ -3,8 +3,7 @@ digraph gamebook {
1->5
1->2
1->3
4->3
4->3
5->4
5->3
}

View file

@ -1,26 +1,26 @@
digraph gamebook {
Inventory 1->12
1->12
1->2
stick2->12
sword2->5
something valuable2->7
2->12
2->5
2->7
4->3
sword5->4
5->4
5->2
5->3
something valuable6->12
cursed bracelet7->6
cursed bracelet7->12
6->12
7->6
7->12
7->12
stick8->12
cursed bracelet9->7
8->12
9->7
9->12
stick9->8
sword10->5
key11->5
sword11->10
9->8
10->5
11->5
11->10
11->12
keystick12->11
12->11
12->9
}

View file

@ -2,7 +2,7 @@ digraph gamebook {
1->400
1->399
Pick a destination at random399->400
399->400
399->397
399->398
400->397

View file

@ -1,4 +1,4 @@
digraph gamebook {
shield50chain mail150spiderweb1->2
1->2
}