https://github.com/pgvalle/cppinvaders
Space Invaders coded in C++
https://github.com/pgvalle/cppinvaders
cplusplus cpp oop pico-sdl sdl2 space-invaders space-shooter
Last synced: 29 days ago
JSON representation
Space Invaders coded in C++
- Host: GitHub
- URL: https://github.com/pgvalle/cppinvaders
- Owner: pgvalle
- License: mit
- Created: 2025-01-09T22:21:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T09:47:47.000Z (over 1 year ago)
- Last Synced: 2025-02-17T10:32:14.680Z (over 1 year ago)
- Topics: cplusplus, cpp, oop, pico-sdl, sdl2, space-invaders, space-shooter
- Language: C++
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Building
For now, only linux is supported. Just execute the build.sh script and
It'll generate an executable called cppinv.out in the root directory.