diff --git a/README.md b/README.md new file mode 100644 index 0000000..496c78f --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# 💣 Neon Falling Bombs (Pygame Game) + +## 📌 Project Description +Neon Falling Bombs is a simple arcade-style game built using Python and Pygame. The player controls a neon platform and must avoid falling bombs. +The game speed increases as the score increases, making it more challenging over time. + +--- + +## 🎮 Gameplay +- Control the player platform at the bottom of the screen +- Avoid falling neon bombs +- Score increases when bombs pass safely +- Game ends when a bomb hits the player +- Play again option after Game Over + +--- + +## ✨ Features +- 💡 Neon glow visual effects +- 🎯 Increasing difficulty with score +- 🖱️ Mouse + ⌨️ Keyboard controls +- 🔁 Play again system +- 🖥️ Smooth 30 FPS gameplay + +--- + +## 🛠️ Technologies Used +- Python +- Pygame +- Random module +- System module + +--- + +## 📂 Project Structure