Skip to content

setghm/space-invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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 .

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