Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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