Console Space Shooter is a simple space shooter game implemented in C++ language using the console mode. It's a basic game where the player controls a spaceship and shoots down enemy ships.
- Simple console-based graphics
- Player spaceship movement controls (W and S)
- Shooting projectiles at enemy ships
- Enemy ships spawn at random Y coordinates
- Clone the repository to your local machine.
- Compile the source code using a C++ compiler.
- Run the executable file generated.
- Use the W and S keys to move the player spaceship.
- Press the spacebar to shoot projectiles at enemy ships.
- Avoid enemy projectiles and shoot down as many enemy ships as possible.
- The game ends when the player's spaceship is hit by an enemy projectile.
- Use the W and S to move the player spaceship.
- Press the spacebar to shoot projectiles.
This game does not require any external libraries or dependencies. It is implemented using standard C++ libraries.
Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.