+
+
+
+ diff --git a/.gitmodules b/.gitmodules index de86cab..79e45e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "riichi"] path = riichi url = https://github.com/Didictateur/Riichi +[submodule "projects/dilemmap"] + path = projects/dilemmap + url = https://git.cosmoris.fr/Adrien/dilemmap diff --git a/locales/en.json b/locales/en.json index 7f8b07d..f08da58 100644 --- a/locales/en.json +++ b/locales/en.json @@ -24,6 +24,8 @@ "project.chess.desc": "Online, self-hostable game: a chess variant with Action cards.", "project.csolver.title": "Cemantle solver", "project.csolver.desc": "Efficient solver for the online game Cemantle", + "project.dilemmap.title": "Dilemmap", + "project.dilemmap.desc": "2D spatial simulator of strategy evolution in the iterated prisoner's dilemma", "services.title": "Self-hosted services", "services.desc": "Here are the main services that I host and manage on my personal server.", diff --git a/locales/fr.json b/locales/fr.json index 8016cc2..3dc6139 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -24,6 +24,8 @@ "project.chess.desc": "Jeu en ligne et autohébergeable d'une variante des échecs avec des cartes Action.", "project.csolver.title": "Solveur de Cemantle", "project.csolver.desc": "Solveur efficace du jeu en ligne Cemantle", + "project.dilemmap.title": "Dilemmap", + "project.dilemmap.desc": "Simulateur d'évolution de stratégie du dilemme du prisonnier répété sur un plan 2D", "services.title": "Services auto-hébergés", "services.desc": "Voici les principaux services que j'héberge et administre sur mon serveur personnel.", diff --git a/projects/dilemmap b/projects/dilemmap new file mode 160000 index 0000000..87abce2 --- /dev/null +++ b/projects/dilemmap @@ -0,0 +1 @@ +Subproject commit 87abce2ffcace6a120e206e4b3b5724c17ba6cb4 diff --git a/projects/img/dilemmap.png b/projects/img/dilemmap.png new file mode 100644 index 0000000..e2a7dec Binary files /dev/null and b/projects/img/dilemmap.png differ diff --git a/projets.html b/projets.html index 5c5503b..3c0d9a0 100644 --- a/projets.html +++ b/projets.html @@ -65,6 +65,16 @@
Jeu pédagogique où les élèves codent en Python une IA pour gérer toute une colonie de fourmis.
--> + + +
+
+
+
+