Simple asteroids clone is written in C 11 with SDL2
- A/W/D/S or arrows to move the ship
- R to spawn the ship
- SPACE to fire
At first check Project.h and uncomment
#include <SDL2/SDL.h>
To build asteroids-clone from source execute the following:
make all
At first check Project.h and uncomment
#include <SDL.h>
Linker options:
-lmingw32 -lSDL2main -lSDL2