Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

🎨 Emoji Catcher

Emoji Catcher is a fun, beginner-friendly terminal game built in Python where you control a basket 🧺 to catch falling emojis!
It’s a quick, interactive mini-game that tests your reflexes — all in under 100 lines of Python code.


🎮 Game Overview

In Emoji Catcher, emojis like 🍎🍌🍒🍇🍉 fall from the top of the screen, and you move your basket left or right to catch them.
Every successful catch earns you points, while missed ones reduce your score.
The game continues until you decide to quit — it’s fast, simple, and surprisingly fun!


✨ Features

  • 🎰 Random Falling Emojis: Each round generates random emoji symbols.
  • 🎯 Player Control: Move basket left (a) or right (d), and quit anytime (q).
  • 💰 Score System: Gain points for catches, lose points for misses.
  • 🧠 Minimal Logic, Maximum Fun: Simple design in under 100 lines of Python.
  • 💻 Cross-Platform: Works on Windows, macOS, and Linux.
  • 🚫 No External Libraries: Uses only Python’s built-in modules (random, time, os).

🕹️ How to Play

  1. Run the Game:
    python emoji_catcher.py