Remake of Atari Asteroids
1a184471a7
This reverts commit
|
||
---|---|---|
assets | ||
.gitignore | ||
asteroids.c | ||
asteroids.h | ||
CHANGELOG | ||
LICENSE | ||
main.c | ||
Makefile | ||
README.md | ||
starfield.c | ||
starfield.h | ||
vector.c | ||
vector.h |
Asteroid Game:
The Goal is to shoot all asteroids and enemies!
Don't get hit by asteroids or enemy bullets (they hurt...)!
Default controls:
Accelerate: W
Turn left: A
Turn right: D
Shoot: SPACE
Installation Guide:
You need SDL2.dll, SDL2_ttf.dll and SDL2_image in the working directory of the compiled executable to run it properly!
Download SDL 2.0: https://www.libsdl.org/download-2.0.php
Download SDL2_image 2.0: https://www.libsdl.org/projects/SDL_image/
Download SDL2_ttf 2.0: https://www.libsdl.org/projects/SDL_ttf/
You for compilation you need the developement libraries (MinGW 32 or 64 bit)