diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ab36595..d606f53 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -26,13 +26,13 @@
-
+
-
+
@@ -70,8 +70,8 @@
-
-
+
+
@@ -253,12 +253,12 @@
-
+
-
+
@@ -369,8 +369,8 @@
-
-
+
+
diff --git a/game.js b/game.js
index 04ae0c8..192ee66 100644
--- a/game.js
+++ b/game.js
@@ -432,7 +432,9 @@ window.addEventListener("keypress", (e)=>{
}else {
deletecheck = false
}
-
+ if (e.key === "s"){
+ console.log(scoreboard);
+ }
if(e.key ===" "){
document.body.click();
}