Made with <3 by mateus.digital.
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 or download it for GNU/Linux, macOS or Windows.
As usual, you are very welcomed to share and hack it.
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.
- SDL2
- Emscripten - Web version.
- MinGW - Windows Builds.
I used a lot of free and open resources, for which I'm most grateful!
This software is released under GPLv3.
- Email: hello@mateus.digital
- 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/@_mateusdigital
There's more FLOSS things at mateus.digital :)