You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ Game tree drawing tool for extensive form games that generates TikZ code, LaTeX
5
5
Pass in an extensive form game file in `.ef` format with layout formatting, and `draw_tree` will generate a visual representation of the game tree.
6
6
You can also pass in a file in `.efg` format, which will be converted to `.ef` internally, applying a default layout.
7
7
8
+
⚠️⚠️⚠️ Warning: `draw_tree` is currently in early development. ⚠️⚠️⚠️
9
+
10
+
> `draw_tree` was originally developed by [Bernhard von Stengel](https://www.lse.ac.uk/people/bernhard-von-stengel) at the London School of Economics. It is being developed further as part of the [Gambit project](https://www.gambit-project.org) out of The Alan Turing Institute.
0 commit comments