https://github.com/mateusdigital/cosmic_intruders
Cosmic Intruders is a Space Invaders clone by https://mateus.digital
https://github.com/mateusdigital/cosmic_intruders
emscripten emscripten-game sdl2 space-invaders
Last synced: 2 months ago
JSON representation
Cosmic Intruders is a Space Invaders clone by https://mateus.digital
- Host: GitHub
- URL: https://github.com/mateusdigital/cosmic_intruders
- Owner: mateusdigital
- License: gpl-3.0
- Created: 2023-05-13T18:09:57.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T18:20:48.000Z (about 1 year ago)
- Last Synced: 2024-03-05T19:38:21.280Z (about 1 year ago)
- Topics: emscripten, emscripten-game, sdl2, space-invaders
- Language: C
- Homepage: http://mateus.digital/cosmic_intruders/
- Size: 72.4 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
# Cosmic Intruders
**Made with <3 by [mateus.digital](https://mateus.digital).**
## Description:
![]()
Cosmic Intruders is Space Invaders clone was made as a test for
Miniclip Web Client Developer vacancy by the end of 2017.You can [play it online](https://mateus.digital/cosmic_intruders) or download
it for [GNU/Linux](https://mateus.digital/cosmic_intruders),
[macOS](https://mateus.digital/cosmic_intruders) or
[Windows](https://mateus.digital/cosmic_intruders).
As usual, you are **very welcomed** to **share** and **hack** it.
## Building
```bash
git clone https://github.com/mateus.digital/cosmic_intruders
cd cosmic_intruders./scripts/install-dependencies.sh ## Install emscripten and sdl lib.
./scripts/build-game.sh --pc ## Builds the platform version of the game.
./scripts/build-game.sh --web ## Builds the web version (wasm) of the game.
./scripts/generate-release.sh ## Packages the game and resources to distribution.
./scripts/build-static.sh ## Builds the webpage for the game.
```## Dependencies:
- [SDL2](https://www.libsdl.org/)
- [Emscripten](https://emscripten.org/) - Web version.
- [MinGW](https://sourceforge.net/projects/mingw/) - Windows Builds.## 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) :)