Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fortierq committed Feb 12, 2025
1 parent c29b3de commit 246dec6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/ia/3_jeux/3_jeux.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
hide_table_of_contents: true
hide_title: true
title: "Jeux à deux joueurs"
pdf: "jeux_deux_joueurs"
---
import Pdf from '@site/src/components/Pdf';

<Pdf pdf={require(`./${frontMatter.pdf}.pdf`).default} />
10 changes: 10 additions & 0 deletions docs/ia/3_jeux/4_poly_jeux.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
hide_table_of_contents: true
hide_title: true
title: "Résumé de cours"
pdf: "poly_jeux"
---

import Pdf from '@site/src/components/Pdf';

<Pdf pdf={require(`./${frontMatter.pdf}.pdf`).default} td={true} />
Binary file added docs/ia/3_jeux/jeux_deux_joueurs.pdf
Binary file not shown.
Binary file added docs/ia/3_jeux/poly_jeux.pdf
Binary file not shown.

0 comments on commit 246dec6

Please # to comment.