Remake of Atari Asteroids
Go to file
2017-12-27 00:29:54 +01:00
assets Initial commit 2017-12-26 23:24:29 +01:00
.gitignore TODO: Spritesheet linkings are hardcoded 2017-12-27 00:10:33 +01:00
asteroids.c Sorted the assets into folders and created Makefile. 2017-12-27 00:29:20 +01:00
asteroids.h TODO: Spritesheet linkings are hardcoded 2017-12-27 00:10:33 +01:00
CHANGELOG Add changelog 2017-12-26 22:45:10 +00:00
LICENSE Add license 2017-12-26 22:34:45 +00:00
main.c Sorted the assets into folders and created Makefile. 2017-12-27 00:29:20 +01:00
Makefile Self executing Makefile 2017-12-27 00:29:54 +01:00
README.md Update README.md 2017-12-26 22:38:58 +00:00
starfield.c Sorted the assets into folders and created Makefile. 2017-12-27 00:29:20 +01:00
starfield.h Initial commit 2017-12-26 23:24:29 +01:00
vector.c Initial commit 2017-12-26 23:24:29 +01:00
vector.h Initial commit 2017-12-26 23:24:29 +01:00

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