https://github.com/mateusdigital/space_raiders
Space Raiders is a small console shoot'em'up created by https://mateus.digital
https://github.com/mateusdigital/space_raiders
game shoot-em-up terminal-game
Last synced: about 1 month ago
JSON representation
Space Raiders is a small console shoot'em'up created by https://mateus.digital
- Host: GitHub
- URL: https://github.com/mateusdigital/space_raiders
- Owner: mateusdigital
- License: gpl-3.0
- Created: 2024-03-09T23:45:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-10T21:00:14.000Z (about 1 year ago)
- Last Synced: 2024-07-30T20:13:24.426Z (9 months ago)
- Topics: game, shoot-em-up, terminal-game
- Language: C++
- Homepage: https://mateus.digital/projects/space_raiders.html
- Size: 2.63 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: COPYING.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
README
# Space Raiders
**Made with <3 by [mateus.digital](https://mateus.digital).**
## Description:
![]()
Space Raiders is a small console shoot'em'up created as a toy project using
the very interesting [Console Game Engine by Javidx9](https://github.com/OneLoneCoder/Javidx9/tree/master/ConsoleGameEngine).It was created around 2015-2016 (I don't quite remember exactly) as a test task
for a company that I was applying back then.For a long time I forgot this project, but decided to release it now :)
As usual, you are **very welcomed** to **share** and **hack** it.
## Building
```powershell
git clone https://github.com/mateus.digital/space_raiders
cd space_raiders./scripts/build-game.ps1 ## Builds the platform version of the game.
./scripts/generate-release-zip.ps1 ## Packages the game and resources to distribution.
```## Dependencies:
- [Posh-VS](https://github.com/olegsych/posh-vs) - To bring the Microsoft compiler to the powershell environment.
## Thanks to:
I used a lot of free and open resources, for which I'm most grateful!
## License:
This software is released under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).
## Others:
- Email: [email protected]
- Website: https://mateus.digital
- Itch.io: https://mateusdigital.itch.io
- Linkedin: https://www.linkedin.com/in/mateusdigital
- Twitter: https://www.twitter.com/_mateusdigital
- Youtube: https://www.youtube.com/@_mateusdigitalThere's more FLOSS things at [mateus.digital](https://mateus.digital) :)