Rocket Meteors is a terminal-based game written in C++ using the ncurses library. The game involves controlling a rocket to avoid meteors and collect power-ups while aiming for a high score. The game has three levels of difficulty that increase as your score gets higher.
- Control the rocket to avoid meteors.
- Collect power-ups to increase your score.
- Different levels of difficulty.
- Leaderboard to track high scores.
git clone https://github.com/devansh1401/Rocket_Meteors.git
Navigate to the project directory:
cd Rocket_Meteors
cd Game/src
Compile the game using the following command:
g++ -o RocketMeteor RocketMeteor.cpp -lncurses
After compiling, run the game:
./RocketMeteor
- Use the 'W' and 'S' keys to move the rocket up and down, respectively.
- Avoid colliding with the meteors, as they will end the game.
- Collect power-ups (symbol: 'o') to increase your score.
- Press the 'F' key to fire the rocket's boosters (available in level 3) to clear meteors in your path.
- Reach higher scores to progress through different levels with increased difficulty.
#### This is Level 3 #####
Contributions are welcome! If you find a bug or have an idea for an improvement, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.