Skip to content

Commit

Permalink
Added additional cards with rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophNiehoff committed Sep 4, 2024
1 parent b78d6e5 commit 5dcac1c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions tex/additional_cards.tex
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,31 @@
\end{scope}%
\end{tikzpicture}\\%
%
\begin{tikzpicture}%
\begin{scope}[xshift=0, yshift=0, local bounding box=scopeAinner]%
\clip [rounded corners=0] (0, 0) rectangle ++(\cardwidthPrint,\cardheightPrint);%
%
\Frame
\node[text width=(\cardwidth-2*\textpadding)*1cm,below right,inner sep=0, align=left] at (\textpadding+\bleed,\cardheight-0.04*\cardheight)%
{%
{\footnotesize{Cumulus is a trick taking card game for 2-9 players with threat categories as suits, of which \textbf{access\&secrets} is trump.

We advise to decide together on the category you want to investigate first and timebox the game.

\textbf{Before you play:} Define the system to talk about based on a simple architectural diagram.

\begin{enumerate}[left=0cm, label=\textcolor{ColorCoverLogo1}{\arabic*}]
\item Shuffle and distribute all cards.
\item The lowest card in the starting suit begins the game and every other player adds one card, following suit if able.
\item Every time a player places a card, all players try to identify how it applies to their system. If something is found, it is noted down and the finder receives a point.
\item The winner of the trick receives a point and may start the next trick with a card of their choice.
\item Don't forget to take a break if needed.
\end{enumerate}
}}
};%
\end{scope}%
\end{tikzpicture}\\%
%
\begin{tikzpicture}%
\begin{scope}[xshift=0, yshift=0, local bounding box=scopeAinner]%
\clip [rounded corners=0] (0, 0) rectangle ++(\cardwidthPrint,\cardheightPrint);%
Expand Down
1 change: 1 addition & 0 deletions tex/lib/imports.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
\usepackage{hyperref}%
\usepackage{ifthen}%
\usepackage{fontsize}%
\usepackage{enumitem}%
% font
\usepackage[sfdefault]{josefin}%
\usepackage[T1]{fontenc}%
Expand Down

0 comments on commit 5dcac1c

Please sign in to comment.