From 5c23ca7a6167b3bd5d27ec7ad3567e16f7dbaa38 Mon Sep 17 00:00:00 2001 From: Son Nguyen Date: Wed, 12 Jun 2024 10:41:35 +0700 Subject: [PATCH] Fix: Updated python game logic (#2) --- .idea/The-Maze-Game.iml | 2 +- .idea/misc.xml | 2 +- index.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.idea/The-Maze-Game.iml b/.idea/The-Maze-Game.iml index da12c85..41803e6 100644 --- a/.idea/The-Maze-Game.iml +++ b/.idea/The-Maze-Game.iml @@ -6,7 +6,7 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 812ab5a..de95c00 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,5 +3,5 @@ - + \ No newline at end of file diff --git a/index.html b/index.html index f466f77..3694283 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,6 @@ + The Maze Game