Skip to content

Instantly share code, notes, and snippets.

View cdcrabtree's full-sized avatar

Charles Crabtree cdcrabtree

View GitHub Profile

Keybase proof

I hereby claim:

  • I am cdcrabtree on github.
  • I am cdcrabtree (https://keybase.io/cdcrabtree) on keybase.
  • I have a public key whose fingerprint is 0EAB 8DD4 783E 3292 7CC5 ABC4 4928 9826 698C 1453

To claim this, I am signing this object:

@cdcrabtree
cdcrabtree / gist:8134418
Created December 26, 2013 14:25
LaTeX code for a basic extensive form game
\documentclass{article}
\usepackage{tikz-qtree}
\usepackage{amsmath}
\tikzset{
% Two node styles for game trees: solid and hollow
solid node/.style={circle,draw,inner sep=2,fill=black},
hollow node/.style={circle,draw,inner sep=2},
empty node/.style={rectangle,draw,fill=white,color=white}
}