From a1771e51aaa653820ff96e2f2a04772332bc68a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Delobel?= Date: Sun, 23 Mar 2025 11:51:03 +0100 Subject: [PATCH] =?UTF-8?q?Id=C3=A9e=20TP=20jeu=20dames=20(merci=20Max)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2024/idees_tp/jeu_dames.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 2024/idees_tp/jeu_dames.md diff --git a/2024/idees_tp/jeu_dames.md b/2024/idees_tp/jeu_dames.md new file mode 100644 index 0000000..b361e2b --- /dev/null +++ b/2024/idees_tp/jeu_dames.md @@ -0,0 +1,6 @@ +# Faire un jeu de dames en QML. + +* Graphismes simples en QML. +* Vérification des règles. +* Sauvegarde partie en cours. +* Possibilité d'ajouter une couche réseau.