You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
663 B

\begin{tikzpicture}
\fill[color=gray!20] (9,2) -- (4,2) -- (7,7) -- (10, 7) -- cycle;
\input{demi-terrain}
%%%% Attaquants
\node[draw, circle] (1) at (7.5, 10) {\LARGE 1};
\node (2) at (2, 7) {\LARGE 2};
\node (3) at (13, 7) {\LARGE 3};
\node (4) at (4.5, 2.5) {\LARGE 4};
\node (5) at (10, 6) {\LARGE 5};
\draw[thick] [-[] (1) -- (3);
\draw[thick,dashed] [-latex] (1) -- (2);
\draw[thick] [-[] (4) -- (5);
\draw[thick] [-latex] (5) .. controls (7,6) .. (6,3);
\draw[thick] [-latex] (3) .. controls (10,10) .. (1);
\draw[thick] [-latex] (9.5,5.7) -- (8,2.5) ;
\end{tikzpicture}