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.
- Host: GitHub
- URL: https://github.com/janithscript/space-game
- Owner: janithScript
- License: mit
- Created: 2025-01-12T17:39:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-12T17:57:28.000Z (about 1 year ago)
- Last Synced: 2025-01-12T18:33:44.756Z (about 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 `.`.
