- A simple, lightweight, multi-platform, GNU C, Make, and SDL2 desktop game
- Official title Naquadah Asteroids is a simple 2d space ship game where the goal is to destroy as many asteroids as possible
Build the software
make
Or download precompiled build
Run the game
./star
Note that Linux needs to package install the SDL2 library such as:
sudo apt-get install libsdl2-dev
Move
Up, Down, Left and Right arrows, or wasd keys
Shoot
Spacebar or 0
Pause
p key
Exit
Escape key