-
Notifications
You must be signed in to change notification settings - Fork 839
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
c30894e
commit 88d7902
Showing
7 changed files
with
2,386 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.