mateusdigital / cosmic_intruders

Cosmic Intruders is a Space Invaders clone by https://mateus.digital

Home Page:http://mateus.digital/cosmic_intruders/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :)

About

Cosmic Intruders is a Space Invaders clone by https://mateus.digital

http://mateus.digital/cosmic_intruders/

License:GNU General Public License v3.0


Languages

Language:C 89.9%Language:C++ 6.9%Language:CMake 1.2%Language:M4 0.5%Language:Shell 0.4%Language:Objective-C 0.3%Language:JavaScript 0.2%Language:Makefile 0.2%Language:HTML 0.2%Language:PowerShell 0.1%Language:Scheme 0.0%