I'm trying to use the egameps package in order to draw some extensive form games in LaTeX. First, I tried to just copy an example from the documentation into my own LaTeX-file. However, this example code already generates an error.
Since this package relies on PSTricks, you can't compile with PDFLaTeX directly. Either compile via »LaTeX → DVI → PS → PDF« or choose alternative methods for direct PDf output [1]. Read the instructions of the involved packages carefully. Otherwise they won't work (keyword: shell escape). As last alternative you can run XeLaTeX on your code.