- Welcome to Birds Within Bird, a project that combines three thrilling games into one:
- Angry Birds, Pacman, and Maze Runner. Get ready to dive into fun, challenges, and nostalgia!
- Angry Birds: Aim, launch, and knock down obstacles!
- Pacman: Navigate the maze and gobble up pellets while avoiding ghosts.
- Maze Runner: Find your way through challenging mazes.
- 🖥️ Interactive Menu: A visually engaging menu to select your game.
- 🌌 Parallax Backgrounds: Dynamic visuals with smooth scrolling effects.
- 🎵 Custom Sounds and Music: Enhance your experience with immersive audio.
- 📱 Responsive Design: Optimized for different screen resolutions for a seamless experience.
- Angry Birds 🐦
- Launch your bird and destroy obstacles in this physics-based game.
- Controls:
- 🖱️ Drag and release to launch the bird.
- Pacman 👻
- Navigate the maze, collect points, and avoid enemies.
- Controls:
- ⬆️⬇️➡️⬅️ Use arrow keys to move.
- Maze Runner 🌀
- Find your way through the maze as quickly as possible!
- Controls:
- ⬆️⬇️➡️⬅️ Use arrow keys to navigate..
- Prerequisites
- Python 3.10 or later installed on your system.
- pygame library installed. Run:
pip install pygame
Steps to Run Clone the repository:
git clone https://github.com/Abdelraheem-00/AI_project.git
Navigate to the project folder: bash
cd AI_project
Run the main launcher:
python home.py
- To create an executable file for easy sharing:
- Install pyinstaller:
pip install pyinstaller
Create the executable with a custom icon:
pyinstaller home.py --onefile
The executable file will be in the dist