Galactic Defenders is a space shooter game developed in C++. Players navigate a spaceship to defend against waves of alien invaders. The game includes multiple levels, each with increasing difficulty and unique challenges.
- Multiple Levels: Different stages with varied enemy waves.
- Dynamic Gameplay: Fast-paced action with increasing difficulty.
- Graphics and Sound: Engaging visuals and audio effects.
To install and run the game, follow these steps:
git clone https://github.com/clerisyutsav47/Galactic-Defenders.git
cd Galactic-Defenders
- Ubuntu/Debian:
sudo apt-get update sudo apt-get install -y cmake
- Windows: Download and install CMake from the official website.
- Ubuntu/Debian:
sudo apt-get install -y build-essential libgl1-mesa-dev sudo apt-get install -y raylib libraylib-dev
- Windows: Follow the instructions on the Raylib GitHub page.
mkdir build
cd build
cmake ..
make
./GalacticDefenders
- C++ Compiler (GCC, Clang, etc.)
- CMake 3.10+
- Raylib library
- Use arrow keys to navigate the spaceship.
- Press the spacebar to shoot.
- Destroy all aliens to advance to the next level.
Contributions are welcome! Please fork the repository and create a pull request for any enhancements or bug fixes.
This project is licensed under the GPL-3.0 License.