Skip to content

Commit 5cf49c1

Browse files
add example image
1 parent 134e02e commit 5cf49c1

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ cython_debug/
137137
# Project specific
138138
*.tex
139139
*.pdf
140+
# Ignore PNGs by default, but allow PNGs in the repository `img/` directory
140141
*.png
142+
!/img/*.png
141143
*.aux
142144
*.log
143145
*.fls

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Game tree drawing tool for publication-ready extensive form Game Theory games. G
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
12+
<img src="img/one_card_poker.png" alt="Poker example" />
13+
1214
## Table of Contents
1315

1416
- [Installation](#installation)

img/one_card_poker.png

67.1 KB
Loading

0 commit comments

Comments
 (0)