Skip to content

setghm/space-invaders

Repository files navigation

Space Invaders Game

Set HM 2023

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 problems.

Tools used

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

Use these assets on your own projects!

Get the sprites

Get the sounds and music

Powered by

SDL2 CMake