diff --git a/README.md b/README.md
index 9f019b3..5af2e0b 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,26 @@
-*Due to file size limitations, only the source code and README.md are included in the submitted zip file. Please pull the full repository from the link below to access all project files*
-
-*http://git.prototyping.id/20230412/individual_project.git*
-
-*If you do not have Markdown Preview Enhanced installed, the Mermaid diagrams may not be visible in the preview. In that case, please refer to the `README.pdf` file below.*
-
# Personal Information
- **Name:** Chaebean Yang
- **ID:** 20230412
- **Email:** kazed0102@kaist.ac.kr
-*If you do not have Markdown Preview Enhanced installed, the Mermaid diagrams may not be visible in the preview. In that case, please refer to the `README.pdf` file below.*
+
+
+# Notice
+Due to file size limitations, only the source code and README.md are included in the submitted zip file. Please pull the full repository from the link below to access all project files.
+
+To install dependencies, navigate to the project root directory and run:
+
+http://git.prototyping.id/20230412/individual_project.git
+
+```javascript
+cd svelteP5play
+npm install
+npm run dev
+```
+
+If you do not have Markdown Preview Enhanced installed, the Mermaid diagrams may not be visible in the preview. In that case, please refer to the `README.pdf` file below.
+
+If you do not have Markdown Preview Enhanced installed, the Mermaid diagrams may not be visible in the preview. In that case, please refer to the `README.pdf` file below.
diff --git a/README.pdf b/README.pdf
index 7cb2520..87be8f6 100644
Binary files a/README.pdf and b/README.pdf differ
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..621a7de
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,6 @@
+{
+ "name": "svelteP5Play-main",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {}
+}
diff --git a/sveltep5play/src/screens/GameClearScreen.svelte b/sveltep5play/src/screens/GameClearScreen.svelte
index 18fed5c..4628ccf 100644
--- a/sveltep5play/src/screens/GameClearScreen.svelte
+++ b/sveltep5play/src/screens/GameClearScreen.svelte
@@ -9,6 +9,7 @@