A fun and interactive Egg Catching Game built using C++ and a graphics library.
The player controls a basket to catch falling eggs and avoid missing them — all through a simple, visual interface!
- 🧺 Move the basket left and right using arrow keys
- 🥚 Eggs fall from the top at increasing speed
- 💯 Score increases with each egg caught
- 💾 High score system using file handling
- ⏱️ Time-limited gameplay
- 🎨 Smooth 2D graphics (using graphics library)
- Language: C++
- Graphics Library: graphics.h
- IDE: Dev C++, Visual Studio Code