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 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