Skip to content

Commit 51b0e56

Browse files
improve README
1 parent b0b7994 commit 51b0e56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# draw_tree
22

3-
Game tree drawing tool for extensive form games that generates TikZ code, LaTeX documents, PDFs, and PNGs.
3+
Game tree drawing tool for publication-ready extensive form Game Theory games. Generates TikZ code, LaTeX documents, PDFs, and PNGs.
44

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-
You can also pass in a file in `.efg` format, which will be converted to `.ef` internally, applying a default layout.
5+
- Reads `.ef` format files with layout formatting which can be created via [Game Theory Explorer](https://gametheoryexplorer-a68c7.web.app/). See [specs.pdf](specs.pdf) for details.
6+
- Also can read `.efg` format generated by [Gambit](https://gambitproject.readthedocs.io/en/stable/), which will be converted to `.ef` internally, applying a default layout before rendering.
77

8-
⚠️⚠️⚠️ Warning: `draw_tree` is currently in early development. ⚠️⚠️⚠️
8+
> ⚠️⚠️⚠️ Warning: `draw_tree` is currently in early development. ⚠️⚠️⚠️
99
1010
> `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.
1111

0 commit comments

Comments
 (0)