diff --git a/srcs/requirements/svelte/api_front/src/pages/game/Game.Luke.svelte b/srcs/requirements/svelte/api_front/src/pages/game/Game.Luke.svelte
deleted file mode 100644
index dd096e4c..00000000
--- a/srcs/requirements/svelte/api_front/src/pages/game/Game.Luke.svelte
+++ /dev/null
@@ -1,186 +0,0 @@
-
-
-
-
-
-
-
-
-{#if optionsAreNotSet}
-
-
-
--- keys ---
-
move up: 'w' or 'up arrow'
-
move down: 's' OR 'down arrow'
-
grid on/off: 'g'
-
-{/if}
-
-
-
-
-
-
-
diff --git a/srcs/requirements/svelte/api_front/src/pages/game/Ranking.svelte b/srcs/requirements/svelte/api_front/src/pages/game/Ranking.svelte
new file mode 100644
index 00000000..b45a42ac
--- /dev/null
+++ b/srcs/requirements/svelte/api_front/src/pages/game/Ranking.svelte
@@ -0,0 +1,368 @@
+
+
+
+
+
+
+ .
+
+ {#if showError === true}
+
+
+
+ {/if}
+
+ {#if showWaitPage === true}
+
+
+
+ {/if}
+
+
+
+{#if optionsAreNotSet}
+ {#if showGameOption === true}
+
+ {/if}
+
+ {#if showInvitations}
+
+
+
+
+
+
+ {/if}
+{/if}
+
+
+
+
+
+
+
+
+
+
+
+