1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-07-01 06:05:11 +03:00
gamebookformat/expected/items.dot
Pelle Nilsson 6fa4245e02 Initial value for counters (something it is not reset to when revisiting).
Also fixed DOT output that was quite broken.
2013-08-04 00:16:02 +02:00

27 lines
293 B
Plaintext

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