Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added CopyCat game #4476

Merged
merged 3 commits into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions Games/CopyCat/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<h1 align="center"> CopyCat</h1>

## **Description 📃*
<p>The game contains two cats and two homes separated by one division of water you have to make use of arrows such that they reach their homes and if you fall in water the game restrats from that level . Once you win the level you get entered into another level.</p>

## **How to play? 🕹️**
<li>Once you enter to the starting page three options comes play , select and control choose one option using arrows and then press the key 'x' .</li>
<li> Press 'x' to select any option</li>
<li>to start the game choose arrows and press 'x' on the keyboard to play option , once the game has started make the use of arrows to move the cats to their respective home </li>
<li> The home of the cat represented by animated circle</li>
<li>Press 'e' to exit the game </li>
<li>Press 'r' to restart the game</li>


# Screenshots -
<h3>Beginning of the Game</h3><br>
<li>Select play option using arrows and Press 'x' from keyboard to start the game.</li>
<img width="832" alt="Screenshot 2024-06-12 at 10 39 44 PM" src="https://github.com/kunjgit/GameZone/assets/142529986/aad2d691-c0c4-49c6-9324-b1ea17da5406">
<li>Level 1</li>
<img width="819" alt="Screenshot 2024-06-12 at 10 40 10 PM" src="https://github.com/kunjgit/GameZone/assets/142529986/7b4130b8-4582-4d0a-85dd-f159aff2ad52">
<li>Level 2</li>
<img width="822" alt="Screenshot 2024-06-12 at 10 43 33 PM" src="https://github.com/kunjgit/GameZone/assets/142529986/ed3c9fa0-d80b-4ea0-b94a-291a23416baa">
<li>Level 3</li>
<img width="818" alt="Screenshot 2024-06-12 at 10 43 56 PM" src="https://github.com/kunjgit/GameZone/assets/142529986/b1b329e5-0901-4f20-83e9-27bac66a50b7">
<li>Level 4</li>
<img width="816" alt="Screenshot 2024-06-12 at 10 44 12 PM" src="https://github.com/kunjgit/GameZone/assets/142529986/283739da-bb8f-4ebf-85b3-c8852ea50e98">
<li>Level 5</li>
<img width="815" alt="Screenshot 2024-06-12 at 10 45 17 PM" src="https://github.com/kunjgit/GameZone/assets/142529986/9475d257-dbb3-441c-abdf-3627001e1405">
<li>Level 6</li>
<img width="813" alt="Screenshot 2024-06-12 at 10 45 35 PM" src="https://github.com/kunjgit/GameZone/assets/142529986/66fe67f3-e4f4-4d79-b288-f2edabc37216">
<br><br>
<h3>END</h3><br>
12 changes: 12 additions & 0 deletions Games/CopyCat/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CopyCat</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<script src="script.js"></script>
</body>
</html>
Loading
Loading