Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2kabhishek/invaders
Space invaders recreated in C++ πΎπΈ
https://github.com/2kabhishek/invaders
cpp game invaders opengl
Last synced: 2 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:37:38.000Z (over 1 year ago)
- Last Synced: 2024-05-01T16:27:03.103Z (7 months ago)
- Topics: cpp, game, invaders, opengl
- Language: C++
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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