Skip to content

valentypo/FallingEmojis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

😮 Catch Emoji Game 🎮

A fun browser-based game where players catch falling emojis using a basket.
Built with HTML, CSS, and JavaScript (jQuery).


⚠️ Note

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.


🎯 How to Play

  • 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 😵‍💫

📂 Project Structure

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

🚀 Demo

You can play the game online here:
👉 (https://valentypo.github.io/FallingEmojis)


🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (with jQuery)

📸 Screenshots

image

📄 License

Feel free to use, modify, and share!


About

a simple game made using HTML, CSS, JS (using jQuery framework)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors