diff --git a/SinglePlayer - Games/Mona's Aquatic Escape Game/Readme.md b/SinglePlayer - Games/Mona's Aquatic Escape Game/Readme.md new file mode 100644 index 00000000..bf18def0 --- /dev/null +++ b/SinglePlayer - Games/Mona's Aquatic Escape Game/Readme.md @@ -0,0 +1,59 @@ +### Mona's Aquatic Escape + +Game logic and basic description + +Game Description: "Help Mona navigate through treacherous waters, avoiding Copilot and the mischievous Ducky!" + +### Rules/How to Play: + +Move Mona using your mouse cursor, arrow keys, or WASD keys +Avoid colliding with Copilot, who will chase you +Steer clear of Ducky, who floats menacingly in the water +Survive as long as you can! + +##

RocketGet Started

+ +### Setup and Installation + +

To contribute to the Retro repository, follow these steps:

+ +1. **Fork the Repository:** + Click on the "Fork" button on the repository's GitHub page to create a copy of the repository in your GitHub account. + +2. **Clone the repository:** + Clone the forked repository to your local machine using the following command in your terminal. + ```bash + git clone https://github.com//Mona-s-Aquatic-Escape + ``` +3. **Add a remote upstream:** + ```bash + git remote add upstream https://github.com/original-owner-username/Mona-s-Aquatic-Escape + ``` +4. **Create a new branch:** + Create a new branch for your changes. Run the following command in your terminal. + ```bash + git checkout -b + ``` +5. **Make the desired changes:** + Make the desired changes to the source code. + +6. **Add your changes:** + Add your changes to the staging area. Run the following command in your terminal. + ```bash + git add ... + ``` +7. **Commit your changes:** + Commit your changes with a meaningful commit message. Run the following command in your terminal. + ```bash + git commit -m "" + ``` +8. **Push your changes:** + Push your changes to your forked repository. Run the following command in your terminal + ```bash + git push origin + ``` +9. **Create a Pull Request:** + Go to the GitHub page of your forked repository. You should see a prompt to create a pull request (PR). Click on it, compare the changes, and create the PR. +

+ +Made With ❤️ by Anjali \ No newline at end of file diff --git a/SinglePlayer - Games/Mona's Aquatic Escape Game/hero-static.webp b/SinglePlayer - Games/Mona's Aquatic Escape Game/hero-static.webp new file mode 100644 index 00000000..026846e7 Binary files /dev/null and b/SinglePlayer - Games/Mona's Aquatic Escape Game/hero-static.webp differ diff --git a/SinglePlayer - Games/Mona's Aquatic Escape Game/index.html b/SinglePlayer - Games/Mona's Aquatic Escape Game/index.html new file mode 100644 index 00000000..d938316e --- /dev/null +++ b/SinglePlayer - Games/Mona's Aquatic Escape Game/index.html @@ -0,0 +1,273 @@ + + + + + + + Mona's Aquatic Escape + + + +
+ +
+
+
+
+
+
+ +
+
Game Over
+ +
+ + + + + \ No newline at end of file diff --git a/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-copilot.webp b/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-copilot.webp new file mode 100644 index 00000000..e2802d62 Binary files /dev/null and b/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-copilot.webp differ diff --git a/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-ducky.webp b/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-ducky.webp new file mode 100644 index 00000000..860bc841 Binary files /dev/null and b/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-ducky.webp differ diff --git a/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-mona.webp b/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-mona.webp new file mode 100644 index 00000000..0a836a38 Binary files /dev/null and b/SinglePlayer - Games/Mona's Aquatic Escape Game/mascot-mona.webp differ diff --git a/SinglePlayer - Games/Mona's Aquatic Escape Game/visual.webp b/SinglePlayer - Games/Mona's Aquatic Escape Game/visual.webp new file mode 100644 index 00000000..3c1b07e8 Binary files /dev/null and b/SinglePlayer - Games/Mona's Aquatic Escape Game/visual.webp differ