Welcome to the Asteroid Game!
+In this game, you control a spaceship that shoots at asteroids to avoid destruction and collect items for power-ups.
+Your goal is to survive as long as possible while scoring points!
+ +diff --git a/footer.js b/footer.js index ec68f22..7f1574a 100644 --- a/footer.js +++ b/footer.js @@ -38,7 +38,7 @@ class Footer extends HTMLElement { // Add event listener for button click this.querySelector('.secret-button').addEventListener('click', () => { - window.location.href = 'secret/secret.html'; // Open the secret.html file + window.location.href = 'secret/explenation.html'; // Open the secret.html file }); } } diff --git a/secret/explenation.html b/secret/explenation.html new file mode 100644 index 0000000..e051da1 --- /dev/null +++ b/secret/explenation.html @@ -0,0 +1,26 @@ + + +
+ + +In this game, you control a spaceship that shoots at asteroids to avoid destruction and collect items for power-ups.
+Your goal is to survive as long as possible while scoring points!
+ +