A fun browser-based game where players catch falling emojis using a basket.
Built with HTML, CSS, and JavaScript (jQuery).
This game is not fully responsive yet.
It works best on desktop/laptop screens.
If things look broken, try zooming out a bit in your browser.
- Press A to move the basket left
- Press D to move the basket right
- Catch the falling emojis with your basket
- Each emoji you catch gives you 1 point
- Missing an emoji costs 1 life
- You have 3 lives total
- Game gets faster as your score increases 😵💫
Catch_Emoji_Game/
├── index.html # Main game file
├── index.js # Game logic (movement, spawning, scoring)
├── styles.css # Styling and layout
├── images/ # Basket and emoji images
└── how-to-play.html # Optional tutorial page
You can play the game online here:
👉 (https://valentypo.github.io/FallingEmojis)
- HTML5
- CSS3
- JavaScript (with jQuery)
Feel free to use, modify, and share!