In the board game Deadwood, gameplay is structured around a series of four distinct days. Each day concludes when only a single film remains in play. At this point, the final film does not finish, and players return to the trailers as the map is reset for the next day.
Currently, everything is implemented.
The LaTeX report file in this project is DeadwoodReport.tex.
If pdflatex is already installed and on your PATH, compile the report from the project folder with:
pdflatex -interaction=nonstopmode DeadwoodReport.texIf that command says pdflatex: command not found, install BasicTeX first:
brew install --cask basictex
sudo installer -pkg /opt/homebrew/Caskroom/basictex/2026.0301/mactex-basictex-20260301.pkg -target /Then open a new terminal window and run:
cd /Users/malikstandley/Csci/25-26/winter26/cs345/Deadwood
/usr/local/texlive/2026basic/bin/universal-darwin/pdflatex -interaction=nonstopmode DeadwoodReport.texThis generates DeadwoodReport.pdf in the same folder.