diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000000000000000000000000000000000000..08a69c07ccb567d2860e48ac88a39b3a57126779
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,14 @@
+{
+    "spellright.language": [
+        "fr"
+    ],
+    "spellright.documentTypes": [
+        "plaintext",
+        "html",
+        "latex",
+        "xml",
+        "ini",
+        "markdown",
+        "tex"
+    ]
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index 0d1cdc2e6c1d9c9cd854b33183b8e5c7cf521eca..3c095d2ffbdebc65ad3192791a0564df3dd08348 100644
--- a/README.md
+++ b/README.md
@@ -19,3 +19,9 @@ git clone https://gitlab.univ-lorraine.fr/villard5/moteurdejeu.git
 - Compiler la bibliothèque ``moteurDeJeu.jar``
 - Faire votre jeu en utilisant cette bibliothèque
 - Utiliser le [git](https://gitlab.univ-lorraine.fr/) de l'université de lorraine comme gestionnaire de version
+
+## Exemples des années passées
+
+| ![](video/invader.mp4) | ![](video/mario.mp4) | ![](video/pacman.mp4) |
+| :------------------: | :-------------------: | :-----------------: |
+| Space invader        |           Mario Bros           |        PacMan          |
diff --git a/video/invader.mp4 b/video/invader.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..ff41f75d5ade5d12ac205a0022d18754aeff06d0
Binary files /dev/null and b/video/invader.mp4 differ
diff --git a/video/mario.mp4 b/video/mario.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..979fc96c3cd306cf19711bdd8f587c8507716759
Binary files /dev/null and b/video/mario.mp4 differ
diff --git a/video/pacman.mp4 b/video/pacman.mp4
new file mode 100644
index 0000000000000000000000000000000000000000..a13a415b352ad3e103f681ba960288bb4d38d1d0
Binary files /dev/null and b/video/pacman.mp4 differ