Skip to content

Commit

Permalink
Allow imports and fix grid in 2023 challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstaeding committed Oct 10, 2023
1 parent 37ddbdb commit c7def20
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions codingchallenges/2023/Programmierchallenge_2023.tex
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ \subsubsection*{Spielbetrieb}
\begin{BVerbatim}
1 2 3 4 5 6 7
A +-----+ +-----+
| O |
B +-----+-----+-----+
| X | | O |
C +-----+ +-----+
|
D + +-----+-----+
B | O |
C +-----+-----+-----+
D | X | | O |
E +-----+ +-----+
F |
G + +-----+-----+
\end{BVerbatim}
% \end{noindent}
\captionof*{figure}{Beispielhafte Darstellung einer Spielesituation\\- der erste Spieler hat Zwei Felder erobert \\- der zweite Spieler hat ein Feld erobert}
Expand Down
14 changes: 7 additions & 7 deletions codingchallenges/2023/Programmierchallenge_2023_vorstellung.tex
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
\begin{BVerbatim}
1 2 3 4 5 6 7
A +-----+ +-----+
| O |
B +-----+-----+-----+
| X | | O |
C +-----+ +-----+
|
D + +-----+-----+
B | O |
C +-----+-----+-----+
D | X | | O |
E +-----+ +-----+
F |
G + +-----+-----+
\end{BVerbatim}
% \end{noindent}
\\ \sffamily\raggedright\tiny Beispielhafte Darstellung einer Spielesituation\\- der erste Spieler hat Zwei Felder erobert \\- der zweite Spieler hat ein Feld erobert
Expand Down Expand Up @@ -129,7 +129,7 @@ \subsection{Was muss man beachten?}
\item KISS
\item Eine Datei, keine Projekte
\item Kommentiert euren Code
\item Ihr dürft \textbf{keine} Imports verwenden
\item Ihr \textbf{dürft} Imports verwenden
\item euer Programm \textbf{muss} ohne Fehler gestartet werden können
\end{itemize}
\end{frame}
Expand Down

0 comments on commit c7def20

Please sign in to comment.