An open API service indexing awesome lists of open source software.

https://github.com/janithscript/space-game

A simple console-based Space Shooter game built in C++ using basic console manipulation. Move your player, shoot enemies, and rack up points in this fun and lightweight arcade-style game. Perfect for learning fundamental programming concepts and game mechanics.
https://github.com/janithscript/space-game

cpp

Last synced: 30 days ago
JSON representation

A simple console-based Space Shooter game built in C++ using basic console manipulation. Move your player, shoot enemies, and rack up points in this fun and lightweight arcade-style game. Perfect for learning fundamental programming concepts and game mechanics.

Awesome Lists containing this project

README

          

# Space Shooter Game 🎮

A simple console-based Space Shooter game developed in C++.

## Features 🚀

- Move the player left and right using the arrow keys.
- Shoot bullets to destroy incoming enemies.
- Enemies move downward and generate randomly over time.
- Game over if an enemy reaches the player's position.
- Score increases as you destroy enemies.

## Instructions 📝

1. Use the **Right Arrow (→)** and **Left Arrow (←)** keys to move the player.
2. Press the **Spacebar** to shoot bullets.
3. Press **Esc** to quit the game.

## Gameplay 🎯

- The player is represented by `^`.
- Enemies are represented by `V`.
- Bullets are represented by `.`.

![game](https://github.com/user-attachments/assets/66f6d46d-abc4-467e-89d9-1ae47b1e5866)