https://github.com/2kabhishek/invaders
Space invaders recreated in C++ πΎπΈ
https://github.com/2kabhishek/invaders
cpp game invaders opengl
Last synced: about 2 months ago
JSON representation
Space invaders recreated in C++ πΎπΈ
- Host: GitHub
- URL: https://github.com/2kabhishek/invaders
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-09-15T05:39:44.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:37:38.000Z (over 3 years ago)
- Last Synced: 2025-03-01T12:48:21.031Z (over 1 year ago)
- Topics: cpp, game, invaders, opengl
- Language: C++
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Invaders is a `` that allows `` to do ``.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of ``
## Installing Invaders
To install Invaders, follow these steps:
```bash
git clone https://github.com/2kabhishek/Invaders
cd Invaders
```
## Using Invaders
```bash
USAGE:
command [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information.
OPTIONS:
-o, --option Option description. Options are: a, b. [default: a]
```
### To-Do
- [x] Setup repo
- [x] Make game
- [ ] Tweak colors
- [ ] Add player explosion
- [ ] Update readme with screenshots
### More Info