DrawTree is a game tree drawing tool for publication-ready extensive form games in Game Theory. It can generate TikZ code, LaTeX documents, PDFs, PNGs, and SVGs from game specifications.
DrawTree was originally developed by Bernhard von Stengel at the London School of Economics. It is being developed further as part of the Gambit project out of The Alan Turing Institute.
Comprehensive documentation covering installation, the .ef file format, Python API, and Developer guidelines is hosted via GitHub Pages:
👉 Read the draw_tree Documentation 👈
git clone https://github.com/gambitproject/draw_tree
cd draw_tree
pip install .🚨 NOTE FOR POTENTIAL CONTRIBUTORS 🚨
This package is at an early stage of development. Please read the Gambit project's contributor guidance and check the Developer Guide in the documentation before opening PRs.