This repository has been archived on 2023-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
iaj/TP1/Rapport/rapport.tex

48 lines
1.1 KiB
TeX
Raw Normal View History

2023-01-27 16:13:12 +01:00
\documentclass{article}
\usepackage[T1]{fontenc} % encodage
\renewcommand{\familydefault}{\sfdefault} % police en sans-serif
\usepackage[french]{babel} % langue
\frenchsetup{SmallCapsFigTabCaptions=false}
\usepackage[hidelinks]{hyperref} % liens cliquable dans la table des matières
\usepackage{graphicx} % images
2023-01-27 18:58:27 +01:00
% \usepackage{caption}
2023-01-27 16:13:12 +01:00
\usepackage[a4paper, left=20mm, top=20mm]{geometry} % dimensions de la page
2023-01-27 18:58:27 +01:00
% \usepackage{minted} % intégration code
% \usemintedstyle{emacs}
2023-01-27 16:13:12 +01:00
\title{\textbf{TP1 - Sokoban}}
\author{César PICHON, Florian POSEZ, Omar ANOUAR, Anri KENNEL\\
\\Intelligence artificielle pour les jeux $\cdot$ Université Paris 8}
\date{Année universitaire 2022-2023}
\begin{document}
\maketitle
\tableofcontents
\clearpage
\section{Alogorithme}
TODO
\section{Précalculs}
TODO
\section{Problèmes}
\begin{figure}[h]
\centering
\begin{tabular}{c|c|c|c}
Nombre max caisses déplacées & Solution & Temps calcul & Temps précalculs \\
\hline
TODO & TODO & TODO & TODO \\
\end{tabular}
\end{figure}
\end{document}