From bc588527311cc81ff4849cfb778c281428be6816 Mon Sep 17 00:00:00 2001 From: Sherly Shindal Date: Wed, 15 Oct 2025 22:08:29 +0530 Subject: [PATCH 1/2] Add EmojiInvaders game folder --- EmojiInvaders/index.html | 1190 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 1190 insertions(+) create mode 100644 EmojiInvaders/index.html diff --git a/EmojiInvaders/index.html b/EmojiInvaders/index.html new file mode 100644 index 000000000..63e817683 --- /dev/null +++ b/EmojiInvaders/index.html @@ -0,0 +1,1190 @@ + + + + + Emoji Invaders + + + +
+
+

Emoji Invaders

+
+ +
+
+
0
+
SCORE
+
+
+
5
+
LIVES
+
+
+
1
+
LEVEL
+
+
+ +
+ +
Level: 1
+ + + + +
+ +
+ + +
+ +
+

Move | Shoot

+

Collect power-ups for special abilities

+

You have a temporary shield after being hit

+
+
+ + + + \ No newline at end of file From 368bf8a048234e7c3f8389e6defca2950045cef1 Mon Sep 17 00:00:00 2001 From: Sherly Shindal Date: Wed, 15 Oct 2025 22:22:55 +0530 Subject: [PATCH 2/2] Add README for EmojiInvaders --- EmojiInvaders/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 EmojiInvaders/README.md diff --git a/EmojiInvaders/README.md b/EmojiInvaders/README.md new file mode 100644 index 000000000..2320c2517 --- /dev/null +++ b/EmojiInvaders/README.md @@ -0,0 +1,15 @@ +# EmojiInvaders + +**EmojiInvaders** is a fun 2D arcade-style game where players shoot emoji enemies. +Includes HTML, CSS, and JavaScript for gameplay, animation, and scoring. + +## Features +- Move left/right and shoot +- Emoji-themed enemies +- Score tracking +- Increasing difficulty + +## How to Play +1. Open `index.html` in a browser +2. Use arrow keys to move +3. Shoot enemies before they reach the bottom