Skip to content

Commit

Permalink
Merge pull request #4476 from DiwareNamrata23/CopyCat-#4466
Browse files Browse the repository at this point in the history
Added CopyCat game
  • Loading branch information
kunjgit authored Jun 15, 2024
2 parents 88b1884 + a346c58 commit 4b43c14
Show file tree
Hide file tree
Showing 7 changed files with 2,388 additions and 1 deletion.
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

0 comments on commit 4b43c14

Please sign in to comment.