From fd1db9209f5e783683abed21629c13f129044a87 Mon Sep 17 00:00:00 2001 From: Aayush Kumar Date: Mon, 9 Feb 2026 22:31:18 +0530 Subject: [PATCH] Create README.md Added readme.md file --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md 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