An open API service indexing awesome lists of open source software.

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

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/@_mateusdigital

There's more FLOSS things at [mateus.digital](https://mateus.digital) :)