Skip to content

setghm/space-invaders

Repository files navigation

Space Shooter Game

The game was entirely written in C using SDL2.

spaceinvaders-preview

Build the game

Enter these commands in the project directory to build an executable file of the game.

mkdir cmake-build-debug
cd cmake-build-debug
cmake ..
cmake --build .

Compile the game with a recent version of GCC or with clang to avoid issues.

Tools used

These are the tools I used to create my game assets.

Use my assets in your own projects for free!

About

Space invaders game made with SDL2 in C.

Topics

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors