Skip to content

mateusdigital/cosmic_intruders

Repository files navigation

Cosmic Intruders

Made with <3 by 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 or download it for GNU/Linux, macOS or Windows.


As usual, you are very welcomed to share and hack it.

Building

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:

Thanks to:

I used a lot of free and open resources, for which I'm most grateful!

License:

This software is released under GPLv3.

Others:

There's more FLOSS things at mateus.digital :)