A Space Invaders game written in C using Raylib.
  • C 99.5%
  • Shell 0.5%
Find a file
2026-07-04 17:39:56 +10:00
assets Initial commit 2026-07-04 17:39:56 +10:00
.gitignore Initial commit 2026-07-04 17:39:56 +10:00
build.sh Initial commit 2026-07-04 17:39:56 +10:00
main.c Initial commit 2026-07-04 17:39:56 +10:00
ReadMe.md Initial commit 2026-07-04 17:39:56 +10:00
UNLICENSE Initial commit 2026-07-04 17:39:56 +10:00

Space Invaders

This project is a version of the Space Invaders game written in C using Raylib.

Preview

Dependencies

Make sure Raylib is installed. For example, on Arch:

sudo pacman -S raylib

Build

To compile the code:

./build.sh

Run

To run the game:

./spaceinvaders