Remake of Atari Asteroids
Go to file
Michael Chen aa961cdc04 Included dynamic link libraries in project 2018-01-07 14:32:01 +01:00
assets Initial commit 2017-12-26 23:24:29 +01:00
.gitignore Included dynamic link libraries in project 2018-01-07 14:32:01 +01:00
CHANGELOG Add changelog 2017-12-26 22:45:10 +00:00
LICENSE Add license 2017-12-26 22:34:45 +00:00
Makefile Modular makefile 2017-12-27 00:57:22 +01:00
README.md Update dependencies 2017-12-27 19:25:52 +01:00
asteroids.c Revert "Windows Boundary Check exported as function (3 calls)" 2017-12-28 21:17:04 +00:00
asteroids.h Revert "Windows Boundary Check exported as function (3 calls)" 2017-12-28 21:17:04 +00:00
main.c Changed initialization process! Added todos and bugs to fix later :) 2017-12-27 22:01:59 +01:00
starfield.c Code Cleaning, todos added 2017-12-27 00:42:06 +01:00
starfield.h Initial commit 2017-12-26 23:24:29 +01:00
vector.c Code Cleaning, todos added 2017-12-27 00:42:06 +01:00
vector.h Initial commit 2017-12-26 23:24:29 +01:00

README.md

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)