Clone of game "Asteroids" in C.
To play it, you need to install SDL library.
Create link:
gcc Asteroids.c -w -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf helper.c -lm -o Asteroids
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Clone of game "Asteroids" in C.
To play it, you need to install SDL library.
Create link:
gcc Asteroids.c -w -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf helper.c -lm -o Asteroids