This project is a version of the Space Invaders game written in C using Raylib.
Make sure Raylib is installed. For example, on Arch:
sudo pacman -S raylib
To compile the code:
./build.sh
To run the game:
./spaceinvaders